reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonConstPropagation.cpp
 2518   for (unsigned i = 0; i < LN; ++i) {
 2518   for (unsigned i = 0; i < LN; ++i) {
 2519     bool Eval = constToInt(LSL.Values[i], LoVs[i]);
 2519     bool Eval = constToInt(LSL.Values[i], LoVs[i]);
 2522     assert(LoVs[i].getBitWidth() == 32);