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