Searched refs:ExactFP (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 71 FastMathFlags FMF, Instruction *ExactFP, Type *RT, in RecurrenceDescriptor() argument 75 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed), in RecurrenceDescriptor() 83 InstDesc(bool IsRecur, Instruction *I, Instruction *ExactFP = nullptr) 85 RecKind(RecurKind::None), ExactFPMathInst(ExactFP) {} in IsRecurrence() 87 InstDesc(Instruction *I, RecurKind K, Instruction *ExactFP = nullptr) 89 ExactFPMathInst(ExactFP) {} in IsRecurrence()
|