Searched refs:isTypeInt (Results 1 – 3 of 3) sorted by relevance
131 if (left->isReference() && isTypeInt(right->getBasicType())) { in addBinaryMath()145 if (op == EOpAdd && right->isReference() && isTypeInt(left->getBasicType())) { in addBinaryMath()975 if (isTypeInt(node0->getBasicType()) && isTypeInt(node1->getBasicType())) in addPairConversion()1135 if (isTypeInt(type.getBasicType()) && isTypeInt(node->getBasicType())) in addConversion()1953 } else if (isTypeInt(type0) && isTypeInt(type1) && in getConversionDestinationType()3234 if (!isTypeInt(operand->getBasicType())) in promoteUnary()3242 if (!isTypeInt(operand->getBasicType()) && in promoteUnary()3436 if (!isTypeInt(left->getBasicType()) && !isTypeInt(right->getBasicType())) in promoteBinary()
3456 if (isTypeInt(publicType.basicType) || publicType.basicType == EbtDouble) in globalQualifierTypeCheck()3460 if (isTypeInt(publicType.basicType) || in globalQualifierTypeCheck()6593 if (isTypeInt(publicType.basicType) && in declareVariable()
531 __inline bool isTypeInt(TBasicType type) in isTypeInt() function