Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp258 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-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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7274 SDValue SubRHS = N0.getOperand(1); in visitAND() local
7275 if (SubRHS.getOpcode() == ISD::ZERO_EXTEND && in visitAND()
7276 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
7277 return SubRHS; in visitAND()
7278 if (SubRHS.getOpcode() == ISD::SIGN_EXTEND && in visitAND()
7279 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
7280 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(N), VT, SubRHS.getOperand(0)); in visitAND()