Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7656 SDValue ConstSelOp = Sel->getOperand(ConstSelOpNo); in foldBinOpIntoSelectIfProfitable()
7657 ConstantSDNode *ConstSelOpNode = dyn_cast<ConstantSDNode>(ConstSelOp); in foldBinOpIntoSelectIfProfitable()
7669 SDValue NewConstOps[2] = {ConstSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable()
7654 SDValue ConstSelOp = Sel->getOperand(ConstSelOpNo); foldBinOpIntoSelectIfProfitable() local