class LShrOperator

Declaration

class LShrOperator : public ConcreteOperator { /* full declaration omitted */ };

Description

A helper template for defining operators for individual opcodes.

Declared at: llvm/include/llvm/IR/Operator.h:369

Inherits from: ConcreteOperator