Searched defs:getPointerOperand (Results 1 – 5 of 5) sorted by relevance
255 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function256 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
388 Value *getPointerOperand() { in getPointerOperand() function391 const Value *getPointerOperand() const { in getPointerOperand() function486 Value *getPointerOperand() { in getPointerOperand() function489 const Value *getPointerOperand() const { in getPointerOperand() function
73 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() function
654 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
1834 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anon6868a6e70111::BoUpSLP