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

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 336 Value *DstCast = builder.CreateBitCast(Dst, VoidPtrTy, "tmp");
350 DstCast, SrcCast, Size,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 796 const SCEVCastExpr *DstCast = cast<SCEVCastExpr>(Dst);
797 if (SrcCast->getType() == DstCast->getType()) {
799 Pair->Dst = DstCast->getOperand();
    [all...]

Completed in 164 milliseconds