Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7172 SDValue NewNonConstOps[2] = {OtherSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable() local
7174 std::swap(NewNonConstOps[0], NewNonConstOps[1]); in foldBinOpIntoSelectIfProfitable()
7175 SDValue NewNonConstOp = DAG.getNode(BO->getOpcode(), DL, VT, NewNonConstOps); in foldBinOpIntoSelectIfProfitable()