Searched defs:getPointerOperand (Results 1 – 4 of 4) sorted by relevance
266 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function267 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function401 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function402 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
490 Value *getPointerOperand() { in getPointerOperand() function493 const Value *getPointerOperand() const { in getPointerOperand() function593 Value *getPointerOperand() { in getPointerOperand() function596 const Value *getPointerOperand() const { in getPointerOperand() function636 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function638 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
778 Value *getPointerOperand() const { in getPointerOperand() function in __anon16fc0a160311::EarlyCSE::ParseMemoryInst
156 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function