reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1944 if (Src.empty()) 1947 for (unsigned i = 0, e = Src.size(); i != e; ++i) { 1948 const Value *V = Src[i].V; 1949 unsigned ZExtBits = Src[i].ZExtBits, SExtBits = Src[i].SExtBits; 1949 unsigned ZExtBits = Src[i].ZExtBits, SExtBits = Src[i].SExtBits; 1950 APInt Scale = Src[i].Scale;