Home
last modified time | relevance | path

Searched defs:isZero (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_memory_region-inl.h26 void BitMemoryRegion<Base>::DumpVal(std::ostream &os, size_t val, bool &isZero, int width) const in DumpVal() argument
44 bool isZero = true; in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp169 BRANCH(Int32Equal(length, Int32(0)), &isZero, &notZero); in CloneProperties() local
H A Dtyped_native_inline_lowering.cpp1792 Label *isZero = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
H A Dstub_builder.cpp8371 GateRef isZero = BitAnd( in CalcHashcodeForDouble() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp869 auto isZero = builder_.CreateICmpEQ(hashCode, llvm::Constant::getNullValue(hashCode->getType())); in EmitStringHashCode() local

Completed in 38 milliseconds