Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7559 static SDValue combineSelectToBinOp(SDNode *N, SelectionDAG &DAG, in combineSelectToBinOp()
7735 if (SDValue V = combineSelectToBinOp(Op.getNode(), DAG, Subtarget)) in lowerSELECT()
7767 if (SDValue V = combineSelectToBinOp(Op.getNode(), DAG, Subtarget)) in lowerSELECT()
7557 static SDValue combineSelectToBinOp(SDNode *N, SelectionDAG &DAG, combineSelectToBinOp() function