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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h217 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); } function in class:llvm::MemTransferInst
219 /// getSource - This is just like getRawSource, but it strips off any cast
222 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
225 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
229 assert(getRawSource()->getType() == Ptr->getType() &&
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp799 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(),
802 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(),
887 M->getRawSource()->getType(),
H A DSROA.cpp478 if (*U == II.getRawDest() && *U == II.getRawSource()) {
2428 assert(II.getRawSource() == OldPtr || II.getRawDest() == OldPtr);
2450 Value *OldOp = IsDest ? II.getRawDest() : II.getRawSource();
2456 II.getRawSource()->getType()));
2496 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest();
2502 Type *OtherPtrTy = IsDest ? II.getRawSource()->getType()
2511 IsDest ? II.getRawDest()->getType() : II.getRawSource()->getType());
H A DScalarReplAggregates.cpp716 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?");
2168 OtherPtr = MTI->getRawSource();
2170 assert(Inst == MTI->getRawSource());
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp269 return Location(MTI->getRawSource(), Size, TBAATag);
H A DLazyValueInfo.cpp578 if (GetUnderlyingObject(MTI->getRawSource()) == Ptr)
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2606 !ARMComputeAddress(MTI.getRawSource(), Src))
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1661 !X86SelectAddress(MCI.getRawSource(), SrcAM))

Completed in 207 milliseconds