Searched refs:vdRHS (Results 1 – 1 of 1) sorted by relevance
263 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : nullptr; in checkLoopConditionForFloat() local265 if (!vdLHS && !vdRHS) in checkLoopConditionForFloat()269 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat()