Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaTree.cpp257 DeltaTreeNode *SubRHS = InsertRes->RHS; in DoInsertion() local
284 InsertSide->Children[i + 1] = SubRHS; in DoInsertion()
291 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()
/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()