Home
last modified time | relevance | path

Searched refs:CastInsts (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h96 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor()
223 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts()
245 SmallPtrSet<Instruction *, 8> CastInsts; variable
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp191 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local
210 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
345 IsSigned, VisitedInsts, CastInsts)) in AddReductionVar()
357 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()