Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3299 ConstantInt *SubLHS; in visitSwitchInst() local
3300 if (match(Cond, m_Sub(m_ConstantInt(SubLHS), m_Value(Op0)))) { in visitSwitchInst()
3303 Constant *NewCase = ConstantExpr::getSub(SubLHS, Case.getCaseValue()); in visitSwitchInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2975 Register SubLHS, SubRHS; in applySimplifyAddToSub() local
2976 std::tie(SubLHS, SubRHS) = MatchInfo; in applySimplifyAddToSub()
2977 Builder.buildSub(MI.getOperand(0).getReg(), SubLHS, SubRHS); in applySimplifyAddToSub()