Searched defs:opType (Results 1 – 7 of 7) sorted by relevance
141 private opType: Type; property in KeyofTypeExpr
53 static bool CheckIsBooleanConstantForUnary(ir::Literal *const unaryLiteral, lexer::TokenType opType) in CheckIsBooleanConstantForUnary()61 …c bool CheckIsBooleanConstantForBinary(ir::Literal *lhs, ir::Literal *rhs, lexer::TokenType opType) in CheckIsBooleanConstantForBinary()182 …pressionLowering::PerformRelationOperator(InputType left, InputType right, lexer::TokenType opType) in PerformRelationOperator()209 …ionLowering::HandleRelationOperator(ir::Literal *left, ir::Literal *right, lexer::TokenType opType) in HandleRelationOperator()242 lexer::TokenType opType) in HandleBitwiseLogicalOperator()262 …stantExpressionLowering::HandleLogicalOperator(ir::BinaryExpression *expr, lexer::TokenType opType) in HandleLogicalOperator()
118 const opType = rightOp.getOp().getType(); constant
237 const opType = stmt.getOp().getType(); constant
815 const opType = expr.getOpType(); constant
2123 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local2147 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local2160 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local2178 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local2189 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
809 …checker::Type *opType = rightType->IsETSDynamicType() ? GlobalBuiltinJSValueType() : GlobalETSObje… in CheckBinaryOperatorInstanceOf() local