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

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

Completed in 57 milliseconds