Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_memory_region-inl.h26 void BitMemoryRegion<Base>::DumpVal(std::ostream &os, size_t val, bool &isZero, int width) const in DumpVal()
44 bool isZero = true; in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp97 bool isZero = immOperand.IsZero(); in DoOpt() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp155 Label isZero(env); in CloneProperties() local
Dtyped_native_inline_lowering.cpp1786 Label *isZero = &labelsForFloatCaseRef.at(labelsIdx++); in BuildMathSignDouble() local
Dslowpath_lowering.cpp2041 Label isZero(&builder_); in LowerConditionJump() local
Dstub_builder.cpp8290 GateRef isZero = BitAnd( in CalcHashcodeForDouble() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp877 … auto isZero = builder_.CreateICmpEQ(hashCode, llvm::Constant::getNullValue(hashCode->getType())); in EmitStringHashCode() local