Searched refs:hasShieldVar (Results 1 – 2 of 2) sorted by relevance
124 bool hasShieldVar(const Expr& e);
1554 bool CompleteInstPreProcessor::hasShieldVar(const Expr& e){ in hasShieldVar() function in CompleteInstPreProcessor1563 return (hasShieldVar(e[0]) || e[1].isBoundVar()); in hasShieldVar()1567 if (hasShieldVar(e[i])){ in hasShieldVar()2046 if ( ! hasShieldVar(cur_expr)) { in isGood()