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