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

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

Completed in 1120 milliseconds