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);
 2268     if (WidthX > WidthY)
 2270     else if (WidthY > WidthX)
 2274                             DAG.getConstant(WidthX - 1, DL, MVT::i32), Const1,
 2289   if (WidthX > WidthY)
 2291   else if (WidthY > WidthX)
 2295                              DAG.getConstant(WidthX - 1, DL, MVT::i32));