Searched defs:NoNaN (Results 1 – 6 of 6) sorted by relevance
378 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src, bool NoNaN) { in CreateFPMaxReduce()389 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { in CreateFPMinReduce()
1688 bool NoNaN) { in createTargetReduction()
970 bool NoNaN; ///< If op is an fp min/max, whether NaNs may be present. member
5124 bool NoNaN = false; member in __anon179022771a11::HorizontalReduction::OperationData5182 bool NoNaN = false) in OperationData()
3674 bool NoNaN = Legal->hasFunNoNaNAttr(); in fixReduction() local
1734 bool NoNaN = N->getFlags().hasNoNaNs(); in SplitVecOp_VECREDUCE() local