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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h493 static unsigned getPointerOperandIndex() { function in class:llvm::GEPOperator
572 static unsigned getPointerOperandIndex() { function in class:PtrToIntOperator
H A DInstructions.h297 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::LoadInst
431 static unsigned getPointerOperandIndex() { return 1U; } function in class:llvm::StoreInst
638 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicCmpXchgInst
832 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicRMWInst
1036 static unsigned getPointerOperandIndex() { function in class:llvm::GetElementPtrInst
1838 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::VAArgInst
5138 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::PtrToIntInst
5243 static unsigned getPointerOperandIndex() { function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::AddrSpaceCastInst
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp561 static unsigned getPointerOperandIndex(Instruction *I) { function

Completed in 82 milliseconds