reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
875 struct OperandTraits<BlockAddress> :
include/llvm/IR/Function.h 859 struct OperandTraits<Function> : public HungoffOperandTraits<3> {};
include/llvm/IR/GlobalIndirectSymbol.h 86 struct OperandTraits<GlobalIndirectSymbol> :
include/llvm/IR/GlobalVariable.h 257 struct OperandTraits<GlobalVariable> :
include/llvm/IR/InstrTypes.h93 struct OperandTraits<UnaryInstruction> : 423 struct OperandTraits<BinaryOperator> : 993 struct OperandTraits<CmpInst> : public FixedNumOperandTraits<CmpInst, 2> { 2127 struct OperandTraits<CallBase> : public VariadicOperandTraits<CallBase, 1> {}; 2196 struct OperandTraits<FuncletPadInst>include/llvm/IR/Instructions.h
450 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> { 685 struct OperandTraits<AtomicCmpXchgInst> : 860 struct OperandTraits<AtomicRMWInst> 1110 struct OperandTraits<GetElementPtrInst> : 1798 struct OperandTraits<SelectInst> : public FixedNumOperandTraits<SelectInst, 3> { 1901 struct OperandTraits<ExtractElementInst> : 1964 struct OperandTraits<InsertElementInst> : 2279 struct OperandTraits<ShuffleVectorInst> : 2510 struct OperandTraits<InsertValueInst> : 2774 struct OperandTraits<PHINode> : public HungoffOperandTraits<2> { 2963 struct OperandTraits<ReturnInst> : public VariadicOperandTraits<ReturnInst> { 3107 struct OperandTraits<BranchInst> : public VariadicOperandTraits<BranchInst, 1> { 3509 struct OperandTraits<SwitchInst> : public HungoffOperandTraits<2> { 3644 struct OperandTraits<IndirectBrInst> : public HungoffOperandTraits<1> { 4210 struct OperandTraits<ResumeInst> : 4386 struct OperandTraits<CatchSwitchInst> : public HungoffOperandTraits<2> {}; 4557 struct OperandTraits<CatchReturnInst> 4657 struct OperandTraits<CleanupReturnInst>lib/Bitcode/Reader/ValueList.cpp
62 struct OperandTraits<ConstantPlaceHolder>
lib/IR/ConstantsContext.h296 struct OperandTraits<UnaryConstantExpr> 301 struct OperandTraits<BinaryConstantExpr> 306 struct OperandTraits<SelectConstantExpr> 311 struct OperandTraits<ExtractElementConstantExpr> 316 struct OperandTraits<InsertElementConstantExpr> 321 struct OperandTraits<ShuffleVectorConstantExpr> 326 struct OperandTraits<ExtractValueConstantExpr> 331 struct OperandTraits<InsertValueConstantExpr> 336 struct OperandTraits<GetElementPtrConstantExpr> 342 struct OperandTraits<CompareConstantExpr>