Searched defs:getPointerOperandIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DOperator.h283 static unsigned getPointerOperandIndex() { function in class:llvm::GEPOperator
H A DInstructions.h227 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::LoadInst
350 static unsigned getPointerOperandIndex() { return 1U; } function in class:llvm::StoreInst
516 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicCmpXchgInst
663 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicRMWInst
796 static unsigned getPointerOperandIndex() { function in class:llvm::GetElementPtrInst
1512 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::VAArgInst

Completed in 132 milliseconds