Home
last modified time | relevance | path

Searched refs:CheckIsBooleanConstantForBinary (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp61 static bool CheckIsBooleanConstantForBinary(ir::Literal *lhs, ir::Literal *rhs, lexer::TokenType op… in CheckIsBooleanConstantForBinary() function
560 auto isBooleanConstant = CheckIsBooleanConstantForBinary(lhs, rhs, expr->OperatorType()); in FoldBinaryConstant()