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

References

lib/Target/Mips/MipsISelLowering.cpp
 2254   EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY);
 2266                             DAG.getConstant(WidthY - 1, DL, MVT::i32), Const1);
 2268     if (WidthX > WidthY)
 2270     else if (WidthY > WidthX)
 2287                              DAG.getConstant(WidthY - 1, DL, MVT::i32));
 2289   if (WidthX > WidthY)
 2291   else if (WidthY > WidthX)