Home
last modified time | relevance | path

Searched refs:getRawSource (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/
DIntrinsicInst.h223 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); } in getRawSource() function
228 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
231 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
235 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp761 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(), in processMemCpyMemCpyDependence()
764 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(), in processMemCpyMemCpyDependence()
844 M->getRawSource()->getType(), in processMemMove()
DScalarReplAggregates.cpp685 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?"); in ConvertUsesToScalar()
2106 OtherPtr = MTI->getRawSource(); in RewriteMemIntrinUserOfAlloca()
2108 assert(Inst == MTI->getRawSource()); in RewriteMemIntrinUserOfAlloca()
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp251 return Location(MTI->getRawSource(), Size, TBAATag); in getLocationForSource()
DLazyValueInfo.cpp602 if (MTI->getRawSource() == Ptr || MTI->getSource() == Ptr) in InstructionDereferencesPointer()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1349 !X86SelectAddress(MCI.getRawSource(), SrcAM)) in X86VisitIntrinsicCall()