Searched defs:getPointerOperand (Results 1 – 5 of 5) sorted by relevance
240 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function241 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function363 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function364 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
386 Value *getPointerOperand() { in getPointerOperand() function389 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
655 Value *getPointerOperand(Instruction *I) { in getPointerOperand() function
1431 Value *BoUpSLP::getPointerOperand(Value *I) { in getPointerOperand() function in __anon08d78bad0111::BoUpSLP