Searched refs:ExactFP (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 72 FastMathFlags FMF, Instruction *ExactFP, Type *RT, in RecurrenceDescriptor() argument 76 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed), in RecurrenceDescriptor() 84 InstDesc(bool IsRecur, Instruction *I, Instruction *ExactFP = nullptr) 86 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence() 88 InstDesc(Instruction *I, RecurKind K, Instruction *ExactFP = nullptr) 90 ExactFPMathInst(ExactFP) {} in IsRecurrence()
|