Searched refs:drInc (Results 1 – 1 of 1) sorted by relevance
269 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat() local271 if (!drInc) in checkLoopConditionForFloat()276 assert(drInc->getDecl()); in checkLoopConditionForFloat()277 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat()288 ranges.push_back(drInc->getSourceRange()); in checkLoopConditionForFloat()