Searched defs:other_c (Results 1 – 2 of 2) sorted by relevance
1455 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization() local1469 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization() local1559 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE() local1582 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local1604 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE() local
46 static bool NumericalCheck(ScalarType dtype, void* c, void* other_c, int64_t size) { in NumericalCheck()