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

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

Completed in 82 milliseconds