Searched refs:WidthY (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp1987 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); local
1988 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY);
2000 DAG.getConstant(WidthY - 1, MVT::i32), Const1);
2002 if (WidthX > WidthY)
2004 else if (WidthY > WidthX)
2020 DAG.getConstant(WidthY - 1, MVT::i32));
2022 if (WidthX > WidthY)
2024 else if (WidthY > WidthX)

Completed in 306 milliseconds