Searched refs:drRHS (Results 1 – 1 of 1) sorted by relevance
224 const DeclRefExpr *drRHS = in checkLoopConditionForFloat() local229 drRHS = drRHS && drRHS->getType()->isRealFloatingType() ? drRHS : NULL; in checkLoopConditionForFloat()231 if (!drLHS && !drRHS) in checkLoopConditionForFloat()235 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : NULL; in checkLoopConditionForFloat()248 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat()