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

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 224 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); }
228 /// getSource - This is just like getRawSource, but it strips off any cast
231 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
234 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
238 assert(getRawSource()->getType() == Ptr->getType() &&
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 805 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(),
808 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(),
    [all...]
ScalarReplAggregates.cpp 718 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?");
    [all...]
SROA.cpp 548 if (*U == II.getRawDest() && *U == II.getRawSource()) {
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 291 return Location(MTI->getRawSource(), Size, TBAATag);
LazyValueInfo.cpp 579 if (GetUnderlyingObject(MTI->getRawSource()) == Ptr)
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 364 Builder.CreateMemCpy(MemCpy->getRawDest(), MemCpy->getRawSource(),
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 315 milliseconds