reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3604 for (int64_t I = BitSize / 2; I >= 8; I = I / 2) { 3604 for (int64_t I = BitSize / 2; I >= 8; I = I / 2) { 3604 for (int64_t I = BitSize / 2; I >= 8; I = I / 2) { 3605 SDValue Tmp = DAG.getNode(ISD::SHL, DL, VT, Op, DAG.getConstant(I, DL, VT));