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

Definitions

include/llvm/IR/Instruction.h
   43 class Instruction : public User,
include/llvm/IR/Instructions.h
 2975 class BranchInst : public Instruction {
include/llvm/IR/PatternMatch.h
 1404   template <typename OpTy> bool match(OpTy *V) {
include/llvm/IR/Value.h
   74 class Value {