Searched refs:ExactFPMathInst (Results 1 – 4 of 4) sorted by relevance
76 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed), in RecurrenceDescriptor()86 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence()90 ExactFPMathInst(ExactFP) {} in IsRecurrence()94 bool needsExactFPMath() const { return ExactFPMathInst != nullptr; } in needsExactFPMath()96 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst()111 Instruction *ExactFPMathInst; variable193 bool hasExactFPMath() const { return ExactFPMathInst != nullptr; } in hasExactFPMath()196 Instruction *getExactFPMathInst() const { return ExactFPMathInst; } in getExactFPMathInst()254 Instruction *ExactFPMathInst = nullptr; variable
217 if (I && !ExactFPMathInst) in addExactFPMathInst()218 ExactFPMathInst = I; in addExactFPMathInst()224 Instruction *getExactFPInst() { return ExactFPMathInst; } in getExactFPInst()232 Instruction *ExactFPMathInst = nullptr; variable
196 static bool checkOrderedReduction(RecurKind Kind, Instruction *ExactFPMathInst, in checkOrderedReduction() argument202 if (Exit->getOpcode() != Instruction::FAdd || Exit != ExactFPMathInst) in checkOrderedReduction()
10154 auto *ExactFPMathInst = Requirements.getExactFPInst(); in processLoop() local10156 ExactFPMathInst->getDebugLoc(), in processLoop()10157 ExactFPMathInst->getParent()) in processLoop()