Searched refs:getPointerOperandIndex (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSROA.cpp1926 UI->U = &Load->getOperandUse(Load->getPointerOperandIndex());

Completed in 120 milliseconds