Searched refs:ExactFP (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 76 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()
|