Searched refs:IsNarrowerOperands (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 220 static bool IsNarrowerOperands(HInstruction* a, in IsNarrowerOperands() function 2521 if (!IsNarrowerOperands(a, b, type, &r, &s, &is_unsigned)) { in VectorizeHalvingAddIdiom() 2597 (!IsNarrowerOperands(a, b, sub_type, &r, &s, &is_unsigned) || is_unsigned)) { in VectorizeSADIdiom() 2669 if (!IsNarrowerOperands(mul_left, mul_right, op_type, &r, &s, &is_unsigned)) { in VectorizeDotProdIdiom() 2752 !IsNarrowerOperands(opa, opb, type, &opa_promoted, &opb_promoted, &is_unsigned)) { in VectorizeIfCondition()
|