Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h343 IntVal LShr(const IntVal &shift, PrimType pType) const in LShr() function
348 IntVal LShr(uint64 shift, PrimType pType) const in LShr() function
358 IntVal LShr(uint64 shift) const in LShr() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp797 Expr LMIRBuilder::LShr(Type *type, Expr src1, Expr src2) in LShr() function in maple::litecg::LMIRBuilder