Lines Matching defs:getPointerOperand
255 Value *getPointerOperand() { return getOperand(0); }
256 const Value *getPointerOperand() const { return getOperand(0); }
258 Type *getPointerOperandType() const { return getPointerOperand()->getType(); }
381 Value *getPointerOperand() { return getOperand(1); }
382 const Value *getPointerOperand() const { return getOperand(1); }
384 Type *getPointerOperandType() const { return getPointerOperand()->getType(); }
629 Value *getPointerOperand() { return getOperand(0); }
630 const Value *getPointerOperand() const { return getOperand(0); }
641 return getPointerOperand()->getType()->getPointerAddressSpace();
870 Value *getPointerOperand() { return getOperand(0); }
871 const Value *getPointerOperand() const { return getOperand(0); }
879 return getPointerOperand()->getType()->getPointerAddressSpace();
1036 Value *getPointerOperand() {
1039 const Value *getPointerOperand() const {
1049 return getPointerOperand()->getType();
1755 Value *getPointerOperand() { return getOperand(0); }
1756 const Value *getPointerOperand() const { return getOperand(0); }
4869 Value *getPointerOperand() { return getOperand(0); }
4871 const Value *getPointerOperand() const { return getOperand(0); }
4877 return getPointerOperand()->getType()->getPointerAddressSpace();
4953 Value *getPointerOperand() {
4958 const Value *getPointerOperand() const {
4969 return getPointerOperand()->getType()->getPointerAddressSpace();
4986 return Load->getPointerOperand();
4988 return Store->getPointerOperand();
4998 inline const Value *getPointerOperand(const Value *V) {
5002 return Gep->getPointerOperand();
5005 inline Value *getPointerOperand(Value *V) {
5006 return const_cast<Value *>(getPointerOperand(static_cast<const Value *>(V)));