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

References

include/llvm/IR/Operator.h
  153     return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
  153     return (isa<Instruction>(V) && classof(cast<Instruction>(V))) ||
  154            (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));
  154            (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)));