Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h79 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor()
245 Type *getRecurrenceType() const { return RecurrenceType; } in getRecurrenceType()
292 Type *RecurrenceType = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp143 Type *RecurrenceType, in collectCastInstrs() argument
156 if (Cast->getSrcTy() == RecurrenceType) { in collectCastInstrs()
163 if (Cast->getDestTy() == RecurrenceType) { in collectCastInstrs()
258 Type *RecurrenceType = Phi->getType(); in AddReductionVar() local
272 if (RecurrenceType->isFloatingPointTy()) { in AddReductionVar()
275 } else if (RecurrenceType->isIntegerTy()) { in AddReductionVar()
279 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
575 if (ComputedType != RecurrenceType) in AddReductionVar()
592 collectCastInstrs(TheLoop, ExitInstruction, RecurrenceType, CastInsts, in AddReductionVar()
603 FMF, ExactFPMathInst, RecurrenceType, IsSigned, in AddReductionVar()