Searched refs:IsValidTypeForBinaryOp (Results 1 – 3 of 3) sorted by relevance
27 bool IsValidTypeForBinaryOp(const ir::AstNode *ast, bool isBitwise);
43 if (!IsValidTypeForBinaryOp(child, isBitwise)) { in operator ()()
66 bool IsValidTypeForBinaryOp(const ir::AstNode *ast, bool isBitwise) in IsValidTypeForBinaryOp() function