Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h76 RecurKind K, FastMathFlags FMF, Instruction *ExactFP, in RecurrenceDescriptor() argument
81 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor()
90 InstDesc(bool IsRecur, Instruction *I, Instruction *ExactFP = nullptr)
92 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence()
94 InstDesc(Instruction *I, RecurKind K, Instruction *ExactFP = nullptr)
96 ExactFPMathInst(ExactFP) {} in IsRecurrence()