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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1806 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); local
1807 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY);
1819 DAG.getConstant(WidthY - 1, MVT::i32), Const1);
1821 if (WidthX > WidthY)
1823 else if (WidthY > WidthX)
1839 DAG.getConstant(WidthY - 1, MVT::i32));
1841 if (WidthX > WidthY)
1843 else if (WidthY > WidthX)

Completed in 296 milliseconds