Searched defs:isBitwise (Results 1 – 3 of 3) sorted by relevance
41 bool isBitwise = ast->AsBinaryExpression()->IsBitwise(); in operator ()() local
66 bool IsValidTypeForBinaryOp(const ir::AstNode *ast, bool isBitwise) in IsValidTypeForBinaryOp()
973 const bool isBitwise = op == lexer::TokenType::PUNCTUATOR_BITWISE_AND || in CheckNumericOperatorContext() local