Searched refs:RecurrenceType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 96 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) { in RecurrenceDescriptor() 224 Type *getRecurrenceType() { return RecurrenceType; } in getRecurrenceType() 246 Type *RecurrenceType = nullptr; variable
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 163 Type *RecurrenceType, in collectCastsToIgnore() argument 174 if (Cast->getSrcTy() == RecurrenceType) { in collectCastsToIgnore() 229 Type *RecurrenceType = Phi->getType(); in AddReductionVar() local 242 if (RecurrenceType->isFloatingPointTy()) { in AddReductionVar() 249 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 422 if (ComputedType != RecurrenceType) in AddReductionVar() 434 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar() 446 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
|