Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h100 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor()
234 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts()
256 SmallPtrSet<Instruction *, 8> CastInsts; variable
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp198 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local
217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
352 IsSigned, VisitedInsts, CastInsts)) in AddReductionVar()
364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()