Searched refs:has_simd_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h332 has_simd_(false),
591 bool HasSIMD() const { return has_simd_; }
592 void SetHasSIMD(bool value) { has_simd_ = value; }
690 bool has_simd_; member in class:art::HGraph

Completed in 60 milliseconds