Searched refs:RecurrenceType (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 164 Type *RecurrenceType, in collectCastsToIgnore() argument 175 if (Cast->getSrcTy() == RecurrenceType) { in collectCastsToIgnore() 256 Type *RecurrenceType = Phi->getType(); in AddReductionVar() local 269 if (RecurrenceType->isFloatingPointTy()) { in AddReductionVar() 272 } else if (RecurrenceType->isIntegerTy()) { in AddReductionVar() 276 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 476 if (ComputedType != RecurrenceType) in AddReductionVar() 490 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar() 501 ReduxDesc.getExactFPMathInst(), RecurrenceType, in AddReductionVar()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 75 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed), in RecurrenceDescriptor() 224 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType() 255 Type *RecurrenceType = nullptr; variable
|