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