Home
last modified time | relevance | path

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

/freebsd-13.1/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-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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5895 SDValue SubRHS = N0.getOperand(1); in visitAND() local
5896 if (SubRHS.getOpcode() == ISD::ZERO_EXTEND && in visitAND()
5897 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
5898 return SubRHS; in visitAND()
5899 if (SubRHS.getOpcode() == ISD::SIGN_EXTEND && in visitAND()
5900 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
5901 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(N), VT, SubRHS.getOperand(0)); in visitAND()