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

/external/llvm/include/llvm/IR/
H A DInstructions.h242 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::LoadInst
365 static unsigned getPointerOperandIndex() { return 1U; } function in class:llvm::StoreInst
557 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicCmpXchgInst
726 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicRMWInst
862 static unsigned getPointerOperandIndex() { function in class:llvm::GetElementPtrInst
1616 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::VAArgInst
3696 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::InvokeInst::PtrToIntInst
H A DOperator.h392 static unsigned getPointerOperandIndex() { function in class:llvm::GEPOperator
492 static unsigned getPointerOperandIndex() { function in class:llvm::PtrToIntOperator

Completed in 307 milliseconds