Home
last modified time | relevance | path

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

/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DYulUtilFunctions.h104 std::string shiftRightSignedFunctionDynamic();
H A DYulUtilFunctions.cpp419 string YulUtilFunctions::shiftRightSignedFunctionDynamic() in shiftRightSignedFunctionDynamic() function in YulUtilFunctions
489 ("shift", valueSigned ? shiftRightSignedFunctionDynamic() : shiftRightFunctionDynamic()) in typedShiftRightFunction()