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 337 Value *SrcCast = builder.CreateBitCast(Src, VoidPtrTy, "tmp");
350 DstCast, SrcCast, Size,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 795 const SCEVCastExpr *SrcCast = cast<SCEVCastExpr>(Src);
797 if (SrcCast->getType() == DstCast->getType()) {
798 Pair->Src = SrcCast->getOperand();
    [all...]

Completed in 5544 milliseconds