Home
last modified time | relevance | path

Searched refs:integral_type (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1366 bool integral_type = DataType::IsIntegralType(instruction->GetType()); in VisitAdd() local
1375 if (integral_type) { in VisitAdd()
1427 if (integral_type) { in VisitAdd()