Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7661 SDValue ConstBinOp = BO->getOperand(SelOpNo ^ 1); in foldBinOpIntoSelectIfProfitable()
7662 ConstantSDNode *ConstBinOpNode = dyn_cast<ConstantSDNode>(ConstBinOp); in foldBinOpIntoSelectIfProfitable()
7669 SDValue NewConstOps[2] = {ConstSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable()
7683 SDValue NewNonConstOps[2] = {OtherSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable()
7659 SDValue ConstBinOp = BO->getOperand(SelOpNo ^ 1); foldBinOpIntoSelectIfProfitable() local