Searched defs:isScalarInt (Results 1 – 4 of 4) sorted by relevance
252 bool isScalarInt() const { return isScalar() && (type == EbtInt || type == EbtUInt); } in isScalarInt() function
173 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