Searched defs:NoNaN (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1136 bool NoNaN; ///< If op is an fp min/max, whether NaNs may be present. member in struct:llvm::TargetTransformInfo::ReductionFlags
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp384 CallInst *IRBuilderBase::CreateFPMaxReduce(Value *Src, bool NoNaN) { argument
395 CallInst *IRBuilderBase::CreateFPMinReduce(Value *Src, bool NoNaN) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp946 createTargetReduction(IRBuilder< &B, const TargetTransformInfo *TTI, RecurrenceDescriptor &Desc, Value *Src, bool NoNaN) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2067 bool NoNaN = N->getFlags().hasNoNaNs(); local

Completed in 149 milliseconds