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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h418 static unsigned getPointerOperandIndex() { function in class:llvm::GEPOperator
522 static unsigned getPointerOperandIndex() { function in class:PtrToIntOperator
H A DInstructions.h266 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::LoadInst
403 static unsigned getPointerOperandIndex() { return 1U; } function in class:llvm::StoreInst
653 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicCmpXchgInst
887 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::AtomicRMWInst
1071 static unsigned getPointerOperandIndex() { function in class:llvm::GetElementPtrInst
1818 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::CallInst::VAArgInst
5251 static unsigned getPointerOperandIndex() { return 0U; } function in class:llvm::CallInst::SwitchInst::InvokeInst::PtrToIntInst
5356 static unsigned getPointerOperandIndex() { function in class:llvm::CallInst::SwitchInst::InvokeInst::AddrSpaceCastInst
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp828 static unsigned getPointerOperandIndex(Instruction *I) { function
[all...]

Completed in 1428 milliseconds