Searched refs:AddFlags (Results 1 – 4 of 4) sorted by relevance
108 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
493 void AddFlags(unsigned Flags);
1361 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1736 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
3995 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local4009 AddFlags = SCEV::FlagNSW; in getMinusSCEV()4022 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()