Searched refs:NewConstOps (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6986 SmallVector<Constant *, 8> NewConstOps(NewOps.size()); in simplifyInstructionWithOperands() local 6987 transform(NewOps, NewConstOps.begin(), in simplifyInstructionWithOperands() 6989 return ConstantFoldInstOperands(I, NewConstOps, Q.DL, Q.TLI); in simplifyInstructionWithOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7158 SDValue NewConstOps[2] = {ConstSelOp, ConstBinOp}; in foldBinOpIntoSelectIfProfitable() local 7160 std::swap(NewConstOps[0], NewConstOps[1]); in foldBinOpIntoSelectIfProfitable() 7163 DAG.FoldConstantArithmetic(BO->getOpcode(), DL, VT, NewConstOps); in foldBinOpIntoSelectIfProfitable()
|