Home
last modified time | relevance | path

Searched defs:IsExact (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range_test.cc285 bool IsExact(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsExact() function in art::InductionVarRangeTest
Dinduction_var_analysis.cc1342 bool HInductionVarAnalysis::IsExact(InductionInfo* info, int64_t* value) { in IsExact() function in art::HInductionVarAnalysis
Dnodes.h213 bool IsExact() const { return is_exact_; } in IsExact() function