Searched defs:getPointerOperand (Results 1 – 2 of 2) sorted by relevance
223 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function224 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function346 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function347 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
275 Value *getPointerOperand() { in getPointerOperand() function278 const Value *getPointerOperand() const { in getPointerOperand() function