Home
last modified time | relevance | path

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

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