reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5806 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); 5807 SDValue Zero = DAG.getConstant(0, DL, ShVT); 5811 SDValue Mask = DAG.getConstant(EltSizeInBits - 1, DL, ShVT); 5812 ShAmt = DAG.getNode(ISD::AND, DL, ShVT, Z, Mask); 5814 ShAmt = DAG.getNode(ISD::UREM, DL, ShVT, Z, BitWidthC); 5817 SDValue InvShAmt = DAG.getNode(ISD::SUB, DL, ShVT, BitWidthC, ShAmt); 5824 EVT CCVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), ShVT);