Searched defs:getPointerOperand (Results 1 – 4 of 4) sorted by relevance
253 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function254 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function377 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function378 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
530 Value *LoadInst::getPointerOperand() const { in getPointerOperand() function in LoadInst574 Value *StoreInst::getPointerOperand() const { in getPointerOperand() function in StoreInst
911 Value *getPointerOperand() const { in getPointerOperand() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
269 static const Value *getPointerOperand(const Instruction *I, in getPointerOperand() function