Searched refs:isIntLiteral (Results 1 – 5 of 5) sorted by relevance
81 if (indexExpr->isIntLiteral()) { in Convert()98 if (indexExpr->isIntLiteral()) { in Make()
78 const Type* rawLeftType = (left->isIntLiteral() && right->type().isInteger()) in Convert()81 const Type* rawRightType = (right->isIntLiteral() && left->type().isInteger()) in Convert()
98 bool isIntLiteral() const { in isIntLiteral() function
141 if (!expr->isIntLiteral()) { in GetConstantInt()426 if (left->isIntLiteral() && right->isIntLiteral()) { in Simplify()
414 expr.as<IndexExpression>().index()->isIntLiteral() && in IsTrivialExpression()