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

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 380 Value *SrcCast = new BitCastInst(Arg, VoidPtrTy, "tmp", TheCall);
393 DestCast, SrcCast, Size,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 790 const SCEVCastExpr *SrcCast = cast<SCEVCastExpr>(Src);
792 if (SrcCast->getType() == DstCast->getType()) {
793 Pair->Src = SrcCast->getOperand();
    [all...]

Completed in 182 milliseconds