Home
last modified time | relevance | path

Searched refs:SPF_FMINNUM (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h696 SPF_FMINNUM, /// Floating point minnum enumerator
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5992 return {SPF_FMINNUM, SPNB_RETURNS_ANY, false}; in matchFastFloatClamp()
6363 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered}; in matchSelectPattern()
6600 if (SPF == SPF_FMINNUM) in getMinMaxPred()
6647 CurrentPattern.Flavor == SPF_FMINNUM || in canConvertToMinOrMaxIntrinsic()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp974 case SPF_FMINNUM: in getCmpSelInstrCost()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3366 case SPF_FMINNUM: in visitSelect()