Home
last modified time | relevance | path

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

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