Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range_test.cc324 bool IsExact(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsExact() function in art::InductionVarRangeTest
Dinduction_var_analysis.cc1464 bool HInductionVarAnalysis::IsExact(const HBasicBlock* context, in IsExact() function in art::HInductionVarAnalysis
Dnodes.h222 bool IsExact() const { return is_exact_; } in IsExact() function