Home
last modified time | relevance | path

Searched defs:rightShiftNumToGetSignFlag (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp38 auto rightShiftNumToGetSignFlag = (is64Bit ? 64 : 32) - 1; in MayOverflow() local
49 auto rightShiftNumToGetSignFlag = (is64Bit ? 64 : 32) - 1; in MayOverflow() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1714 auto rightShiftNumToGetSignFlag = GetPrimTypeBitSize(primType) - 1; in IntegerOpIsOverflow() local
1725 auto rightShiftNumToGetSignFlag = GetPrimTypeBitSize(primType) - 1; in IntegerOpIsOverflow() local