Searched defs:IsExact (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ | ||
D | induction_var_range_test.cc | 285 bool IsExact(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsExact() function in art::InductionVarRangeTest |
D | induction_var_analysis.cc | 1342 bool HInductionVarAnalysis::IsExact(InductionInfo* info, int64_t* value) { in IsExact() function in art::HInductionVarAnalysis |
D | nodes.h | 219 bool IsExact() const { return is_exact_; } in IsExact() function |