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

  /external/llvm/include/llvm/
IntrinsicInst.h 223 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); }
225 /// getSource - This is just like getRawSource, but it strips off any cast
228 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
231 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
235 assert(getRawSource()->getType() == Ptr->getType() &&
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 264 return Location(MTI->getRawSource(), Size, TBAATag);
LazyValueInfo.cpp 602 if (MTI->getRawSource() == Ptr || MTI->getSource() == Ptr)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 761 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(),
764 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(),
849 M->getRawSource()->getType(),
    [all...]
ScalarReplAggregates.cpp 631 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?");
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 771 milliseconds