Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp276 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMINNUM()
287 if (SDValue SelCC = TLI.createSelectForFMINNUM_FMAXNUM(N, DAG)) in SoftenFloatRes_FMAXNUM()
H A DTargetLowering.cpp7551 TargetLowering::createSelectForFMINNUM_FMAXNUM(SDNode *Node, in createSelectForFMINNUM_FMAXNUM() function in TargetLowering
7616 if (SDValue SelCC = createSelectForFMINNUM_FMAXNUM(Node, DAG)) in expandFMINNUM_FMAXNUM()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4622 SDValue createSelectForFMINNUM_FMAXNUM(SDNode *Node, SelectionDAG &DAG) const;