Home
last modified time | relevance | path

Searched refs:IsOne (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h69 virtual bool IsOne() const in IsOne() function in maple::MIRConst
161 bool IsOne() const override
429 bool IsOne() const override
511 bool IsOne() const override
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp1547 bool inverse = imm1->IsOne() && (imm2->IsZero() || IsZeroRegister(*imm2)); in Run()
1548 if (inverse || ((imm1->IsZero() || IsZeroRegister(*imm1)) && imm2->IsOne())) { in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h595 bool IsOne() const in IsOne() function in maplebe::ImmOperand

Completed in 9 milliseconds