Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2708 Register SubLHS, SubRHS; in applySimplifyAddToSub() local
2709 std::tie(SubLHS, SubRHS) = MatchInfo; in applySimplifyAddToSub()
2710 Builder.buildSub(MI.getOperand(0).getReg(), SubLHS, SubRHS); in applySimplifyAddToSub()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6567 SDValue SubRHS = N0.getOperand(1); in visitAND() local
6568 if (SubRHS.getOpcode() == ISD::ZERO_EXTEND && in visitAND()
6569 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
6570 return SubRHS; in visitAND()
6571 if (SubRHS.getOpcode() == ISD::SIGN_EXTEND && in visitAND()
6572 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()
6573 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(N), VT, SubRHS.getOperand(0)); in visitAND()