Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2856 Register SubLHS, SubRHS; in applySimplifyAddToSub() local
2857 std::tie(SubLHS, SubRHS) = MatchInfo; in applySimplifyAddToSub()
2858 Builder.buildSub(MI.getOperand(0).getReg(), SubLHS, SubRHS); in applySimplifyAddToSub()