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

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 249 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); }
253 /// getSource - This is just like getRawSource, but it strips off any cast
256 Value *getSource() const { return getRawSource()->stripPointerCasts(); }
259 return cast<PointerType>(getRawSource()->getType())->getAddressSpace();
263 assert(getRawSource()->getType() == Ptr->getType() &&
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 77 return MemoryLocation(MTI->getRawSource(), Size, AATags);
LazyValueInfo.cpp 656 if (GetUnderlyingObject(MTI->getRawSource(),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 308 /* SrcAddr */ Memcpy->getRawSource(),
317 /* SrcAddr */ Memmove->getRawSource(),
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 827 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(),
830 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(),
    [all...]
ScalarReplAggregates.cpp 724 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?");
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 402 Builder.CreateMemCpy(MemCpy->getRawDest(), MemCpy->getRawSource(),
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 382 milliseconds