reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6169 if (!(Len <= 128 && Len % 8 == 0)) 6169 if (!(Len <= 128 && Len % 8 == 0)) 6176 (Len != 8 && !isOperationLegalOrCustom(ISD::MUL, VT)) || 6183 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x55)), dl, VT); 6185 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x33)), dl, VT); 6187 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x0F)), dl, VT); 6189 DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x01)), dl, VT); 6210 if (Len > 8) 6213 DAG.getConstant(Len - 8, dl, ShVT));