Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1455 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization() local
1469 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization() local
1559 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE() local
1582 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local
1604 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/
H A DGemmCommon.h46 static bool NumericalCheck(ScalarType dtype, void* c, void* other_c, int64_t size) { in NumericalCheck()