Home
last modified time | relevance | path

Searched refs:umax (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp964 uint64 umax = std::numeric_limits<uint64>::max() >> shiftNum; in CalIntValueFromFloatValue() local
968 } else if (!isSigned && (value > umax)) { in CalIntValueFromFloatValue()
969 return static_cast<T>(umax); in CalIntValueFromFloatValue()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp3872 llvmId = DataType::IsTypeSigned(operType) ? llvm::Intrinsic::smax : llvm::Intrinsic::umax; in VisitMax()

Completed in 13 milliseconds