Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2909 Register SubLHS, SubRHS; in applySimplifyAddToSub() local
2910 std::tie(SubLHS, SubRHS) = MatchInfo; in applySimplifyAddToSub()
2911 Builder.buildSub(MI.getOperand(0).getReg(), SubLHS, SubRHS); in applySimplifyAddToSub()