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

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 100 CastInsts.insert(CI.begin(), CI.end());
234 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; }
256 SmallPtrSet<Instruction *, 8> CastInsts;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 98 CastInsts.insert(CI.begin(), CI.end());
228 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; }
250 SmallPtrSet<Instruction *, 8> CastInsts;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp 230 SmallPtrSet<Instruction *, 4> CastInsts;
249 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts);
418 // in CastInsts. Note that the 'and' instruction was already included in
425 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts);
437 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 198 SmallPtrSet<Instruction *, 4> CastInsts;
217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts);
352 IsSigned, VisitedInsts, CastInsts))
364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts);
    [all...]

Completed in 471 milliseconds