Searched defs:isScalarInt (Results 1 – 6 of 6) sorted by relevance
228 bool isScalarInt() const { return isScalar() && (type == EbtInt || type == EbtUInt); } in isScalarInt() function
167 bool isScalarInt() const { return getType().isScalarInt(); } in isScalarInt() function
254 bool isScalarInt() const { return isScalar() && (type == EbtInt || type == EbtUInt); } in isScalarInt() function
180 bool isScalarInt() const { return getType().isScalarInt(); } in isScalarInt() function
450 bool isScalarInt() const { return isScalar() && IsInteger(type); } in isScalarInt() function
325 bool isScalarInt() const { return type.isScalarInt(); } in isScalarInt() function