Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isInteger

871   assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
924 assert(VT.isInteger() && "Float types must be simple");
953 if (EltVT.isInteger()) {
1291 && SVT.getScalarType().isInteger()) {
1475 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) {