Searched refs:opType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 258 int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) in GetBitOPDate() 261 switch (opType) { in GetBitOPDate() 257 GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) GetBitOPDate() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | arithmetic.cpp | 708 auto *opType = promotedType; in CheckBinaryOperatorLessGreater() local 709 return {tsType, opType}; in CheckBinaryOperatorLessGreater() 732 checker::Type *opType = rightType->IsETSDynamicType() ? GlobalBuiltinJSValueType() : GlobalETSObjectType(); in CheckBinaryOperatorInstanceOf() local 736 return {tsType, opType}; in CheckBinaryOperatorInstanceOf()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_checker.cpp | 2116 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local 2121 (op->IsConst() && opType == DataType::INT64) || in CheckUserOfInt32() 2122 (DataType::GetCommonType(opType) == DataType::INT64 && in CheckUserOfInt32() 2123 Is32Bits(opType, static_cast<GraphChecker *>(v)->GetGraph()->GetArch())), in CheckUserOfInt32() 2140 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local 2141 CHECKER_DO_IF_NOT_AND_PRINT_VISITOR(v, (opType == DataType::REFERENCE), in CheckUserOfInt32() 2153 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local 2155 v, DataType::GetCommonType(opType) == DataType::INT64, in CheckUserOfInt32() 2171 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local 2173 v, DataType::GetCommonType(opType) in CheckUserOfInt32() 2182 [[maybe_unused]] auto opType = op->GetType(); CheckUserOfInt32() local [all...] |
Completed in 7 milliseconds