Searched refs:RecurrenceType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 89 RecurrenceType(nullptr), IsSigned(false) {} in RecurrenceDescriptor() 95 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) { in RecurrenceDescriptor() 219 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() 241 Type *RecurrenceType; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 190 Type *RecurrenceType = Phi->getType(); in AddReductionVar() local 203 if (RecurrenceType->isFloatingPointTy()) { in AddReductionVar() 210 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 344 if (!getSourceExtensionKind(Start, ExitInstruction, RecurrenceType, in AddReductionVar() 357 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
|