Searched defs:getRawSource (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DIntrinsicInst.h223 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); } function in class:llvm::MemTransferInst
225 /// getSource - This is just like getRawSource, but it strips off any cast
228 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
231 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
235 assert(getRawSource()->getType() == Ptr->getType() &&

Completed in 108 milliseconds