Home
last modified time | relevance | path

Searched refs:SPNB_RETURNS_NAN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h1120 SPNB_RETURNS_NAN, /// Given one NaN input, returns the NaN. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8475 NaNBehavior = SPNB_RETURNS_NAN; in matchSelectPattern()
8489 NaNBehavior = SPNB_RETURNS_NAN; in matchSelectPattern()
8499 if (NaNBehavior == SPNB_RETURNS_NAN) in matchSelectPattern()
8502 NaNBehavior = SPNB_RETURNS_NAN; in matchSelectPattern()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3744 case SPNB_RETURNS_NAN: break; in visitSelect()
3757 case SPNB_RETURNS_NAN: break; in visitSelect()