Searched refs:FuncFMF (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 128 FastMathFlags FuncFMF); 171 FastMathFlags FuncFMF, RecurrenceDescriptor &RedDes,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 214 PHINode *Phi, RecurKind Kind, Loop *TheLoop, FastMathFlags FuncFMF, in AddReductionVar() argument 376 isRecurrenceInstr(TheLoop, Phi, Cur, Kind, ReduxDesc, FuncFMF); in AddReductionVar() 768 InstDesc &Prev, FastMathFlags FuncFMF) { in isRecurrenceInstr() argument 805 if (FuncFMF.noNaNs() && FuncFMF.noSignedZeros()) in isRecurrenceInstr()
|