class AShrOperator

Declaration

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

Description

A helper template for defining operators for individual opcodes.

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

Inherits from: ConcreteOperator