Searched refs:ExactFP (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 93 RecurKind K, FastMathFlags FMF, Instruction *ExactFP, in RecurrenceDescriptor() argument 98 Kind(K), FMF(FMF), ExactFPMathInst(ExactFP), RecurrenceType(RT), in RecurrenceDescriptor() 107 InstDesc(bool IsRecur, Instruction *I, Instruction *ExactFP = nullptr) 109 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence() 111 InstDesc(Instruction *I, RecurKind K, Instruction *ExactFP = nullptr) 113 ExactFPMathInst(ExactFP) {} in IsRecurrence()
|