HomeSort by relevance Sort by last modified time
    Searched refs:CastInsts (Results 1 - 2 of 2) 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/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 142 milliseconds