reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3650 GetExpandedInteger(NewRHS, RHSLo, RHSHi); 3653 if (RHSLo == RHSHi) { 3654 if (ConstantSDNode *RHSCST = dyn_cast<ConstantSDNode>(RHSLo)) { 3659 NewRHS = RHSLo; 3665 NewLHS = DAG.getNode(ISD::XOR, dl, LHSLo.getValueType(), LHSLo, RHSLo); 3706 TLI.isTypeLegal(RHSLo.getValueType())) 3708 RHSLo, LowCC, false, DagCombineInfo, dl); 3711 RHSLo, LowCC); 3763 std::swap(LHSLo, RHSLo); 3772 SDValue LowCmp = DAG.getNode(ISD::USUBO, dl, VTList, LHSLo, RHSLo);