Home
last modified time | relevance | path

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

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