Home
last modified time | relevance | path

Searched defs:getPointerOperand (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h259 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
260 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
386 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
387 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp296 Value *VAArgInst::getPointerOperand() { in getPointerOperand() function in llvm::sandboxir::VAArgInst
417 Value *LoadInst::getPointerOperand() const { in getPointerOperand() function in llvm::sandboxir::LoadInst
445 Value *StoreInst::getPointerOperand() const { in getPointerOperand() function in llvm::sandboxir::StoreInst
813 Value *GetElementPtrInst::getPointerOperand() const { in getPointerOperand() function in llvm::sandboxir::GetElementPtrInst
1286 Value *AtomicRMWInst::getPointerOperand() { in getPointerOperand() function in llvm::sandboxir::AtomicRMWInst
1313 Value *AtomicCmpXchgInst::getPointerOperand() { in getPointerOperand() function in llvm::sandboxir::AtomicCmpXchgInst
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1173 const Value *getPointerOperand() const { in getPointerOperand() function
2097 const Value *getPointerOperand() const { in getPointerOperand() function
2169 const Value *getPointerOperand() const { in getPointerOperand() function
2374 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
2376 const Value *getPointerOperand() const { in getPointerOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp905 Value *getPointerOperand() const { in getPointerOperand() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp270 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function