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

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 727 Value *DstPtr = Builder.CreateBitCast(MTI->getDest(), AIPTy);
729 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 233 Value *DstPtr = EmitVAListRef(E->getArg(0));
238 DstPtr = Builder.CreateBitCast(DstPtr, Type);
241 DstPtr, SrcPtr));
    [all...]
CGExpr.cpp     [all...]

Completed in 343 milliseconds