Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h412 Value *getPointerOperand() { getPointerOperand() function
415 const Value *getPointerOperand() const { getPointerOperand() function
515 Value *getPointerOperand() { getPointerOperand() function
518 const Value *getPointerOperand() const { getPointerOperand() function
558 Value *getPointerOperand() { return getOperand(0); } getPointerOperand() function
560 const Value *getPointerOperand() const { return getOperand(0); } getPointerOperand() function
H A DInstructions.h264 Value *getPointerOperand() { return getOperand(0); } getPointerOperand() function
265 const Value *getPointerOperand() const { return getOperand(0); } getPointerOperand() function
401 Value *getPointerOperand() { return getOperand(1); } getPointerOperand() function
402 const Value *getPointerOperand() const { return getOperand(1); } getPointerOperand() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp911 Value *getPointerOperand() const { in getPointerOperand() function in __anon19c0a85d0411::EarlyCSE::ParseMemoryInst
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp269 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function
[all...]