Searched refs:SubRHS (Results 1 – 2 of 2) sorted by relevance
253 DeltaTreeNode *SubRHS = InsertRes->RHS; in DoInsertion() local279 InsertSide->Children[i+1] = SubRHS; in DoInsertion()286 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta(); in DoInsertion()
4600 SDValue SubRHS = N0.getOperand(1); in visitAND() local4601 if (SubRHS.getOpcode() == ISD::ZERO_EXTEND && in visitAND()4602 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()4603 return SubRHS; in visitAND()4604 if (SubRHS.getOpcode() == ISD::SIGN_EXTEND && in visitAND()4605 SubRHS.getOperand(0).getScalarValueSizeInBits() == 1) in visitAND()4606 return DAG.getNode(ISD::ZERO_EXTEND, SDLoc(N), VT, SubRHS.getOperand(0)); in visitAND()