reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
431 return OperandTraits<MemoryUse>::op_begin(MU); 432 return OperandTraits<MemoryDef>::op_begin(cast<MemoryDef>(MUD));include/llvm/IR/Instructions.h
2520 OperandTraits<InsertValueInst>::op_begin(this), 2531 OperandTraits<InsertValueInst>::op_begin(this),include/llvm/IR/User.h
130 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx];
lib/IR/Globals.cpp341 OperandTraits<GlobalVariable>::op_begin(this), 361 OperandTraits<GlobalVariable>::op_begin(this),lib/IR/Instructions.cpp
899 OperandTraits<ResumeInst>::op_begin(this), 1) { 905 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { 911 OperandTraits<ResumeInst>::op_begin(this), 1, InsertAtEnd) { 967 OperandTraits<CatchReturnInst>::op_begin(this), 2) { 975 OperandTraits<CatchReturnInst>::op_begin(this), 2, 983 OperandTraits<CatchReturnInst>::op_begin(this), 2, 1395 OperandTraits<StoreInst>::op_begin(this), 1409 OperandTraits<StoreInst>::op_begin(this), 1475 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), 1487 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), 1521 OperandTraits<AtomicRMWInst>::op_begin(this), 1532 OperandTraits<AtomicRMWInst>::op_begin(this), 1709 OperandTraits<ExtractElementInst>::op_begin(this), 1723 OperandTraits<ExtractElementInst>::op_begin(this), 1747 OperandTraits<InsertElementInst>::op_begin(this), 1761 OperandTraits<InsertElementInst>::op_begin(this), 1795 OperandTraits<ShuffleVectorInst>::op_begin(this), 1812 OperandTraits<ShuffleVectorInst>::op_begin(this), 2128 OperandTraits<InsertValueInst>::op_begin(this), 2), 2248 OperandTraits<BinaryOperator>::op_begin(this), 2261 OperandTraits<BinaryOperator>::op_begin(this), 3465 OperandTraits<CmpInst>::op_begin(this), 3479 OperandTraits<CmpInst>::op_begin(this),