reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/IR/Constant.h
   41 class Constant : public User {
include/llvm/IR/InstrTypes.h
  188 class BinaryOperator : public Instruction {
  439 class CastInst : public UnaryInstruction {
include/llvm/IR/Instructions.h
 1152 class ICmpInst: public CmpInst {
include/llvm/IR/PatternMatch.h
   56   template <typename OpTy> bool match(OpTy *V) {
include/llvm/IR/Value.h
   74 class Value {