Searched refs:NewNonConstOps (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 685 SDValue NewNonConstOps[2] = {OtherSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable() local 687 std::swap(NewNonConstOps[0], NewNonConstOps[1]); in foldBinOpIntoSelectIfProfitable() 688 SDValue NewNonConstOp = DAG.getNode(BO->getOpcode(), DL, VT, NewNonConstOps); in foldBinOpIntoSelectIfProfitable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9054 SDValue NewNonConstOps[2] = {OtherSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable() local 9056 std::swap(NewNonConstOps[0], NewNonConstOps[1]); in foldBinOpIntoSelectIfProfitable() 9057 SDValue NewNonConstOp = DAG.getNode(BO->getOpcode(), DL, VT, NewNonConstOps); in foldBinOpIntoSelectIfProfitable()
|