Searched defs:getPointerOperand (Results 1 – 6 of 6) sorted by relevance
286 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function287 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function410 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function411 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
388 Value *getPointerOperand() { in getPointerOperand() function391 const Value *getPointerOperand() const { in getPointerOperand() function459 Value *getPointerOperand() { in getPointerOperand() function462 const Value *getPointerOperand() const { in getPointerOperand() function
73 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
652 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
464 Value *getPointerOperand() const { in getPointerOperand() function in __anonc2cac6ee0311::EarlyCSE::ParseMemoryInst
1834 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anonbfca19570111::BoUpSLP