Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h266 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
267 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
401 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
402 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
H A DOperator.h490 Value *getPointerOperand() { in getPointerOperand() function
493 const Value *getPointerOperand() const { in getPointerOperand() function
593 Value *getPointerOperand() { in getPointerOperand() function
596 const Value *getPointerOperand() const { in getPointerOperand() function
636 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
638 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp778 Value *getPointerOperand() const { in getPointerOperand() function in __anon9c03e52c0311::EarlyCSE::ParseMemoryInst
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp156 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function