Home
last modified time | relevance | path

Searched defs:AShr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h392 IntVal AShr(const IntVal &shift, PrimType pType) const in AShr() function
397 IntVal AShr(uint64 shift, PrimType pType) const in AShr() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp655 Expr LMIRBuilder::AShr(Type *type, Expr src1, Expr src2) in AShr() function in maple::litecg::LMIRBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp212 BoundsRange BoundsRange::AShr(const BoundsRange &range, DataType::Type type) in AShr() function in ark::compiler::BoundsRange