Searched refs:CastInsts (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 96 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/ |
D | LoopUtils.cpp | 191 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()
|