Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h81 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor()
245 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType()
292 Type *RecurrenceType = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp140 Type *RecurrenceType, in collectCastInstrs() argument
153 if (Cast->getSrcTy() == RecurrenceType) { in collectCastInstrs()
160 if (Cast->getDestTy() == RecurrenceType) { in collectCastInstrs()
255 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()
571 if (ComputedType != RecurrenceType) in AddReductionVar()
588 collectCastInstrs(TheLoop, ExitInstruction, RecurrenceType, CastInsts, in AddReductionVar()
599 FMF, ExactFPMathInst, RecurrenceType, IsSigned, in AddReductionVar()