HomeSort by relevance Sort by last modified time
    Searched refs:getRawSource (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 217 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); }
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() &&
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 796 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(),
799 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(),
    [all...]
SROA.cpp 478 if (*U == II.getRawDest() && *U == II.getRawSource()) {
    [all...]
ScalarReplAggregates.cpp 716 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?");
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 269 return Location(MTI->getRawSource(), Size, TBAATag);
LazyValueInfo.cpp 578 if (GetUnderlyingObject(MTI->getRawSource()) == Ptr)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 2233 milliseconds