Home | History | Annotate | Download | only in ARM

Lines Matching full:isinteger

123   if (VT.isInteger()) {
130 if (VT.isInteger() && VT != PromotedBitwiseVT) {
5810 assert(VT.is128BitVector() && VT.isInteger() &&
7706 if (!VT.isInteger() || VT.getVectorElementType() == MVT::i64)
9768 if (!VT1.isSimple() || !VT1.isInteger() ||
9769 !VT2.isSimple() || !VT2.isInteger())