Searched refs:HasDefault (Results 1 – 3 of 3) sorted by relevance
50 bool HasDefault = false; in union_modes() local55 HasDefault = true; in union_modes()56 if (HasDefault) in union_modes()
4227 bool HasDefault = Modes.count(DefaultMode); in ExpandHwModeBasedTypes() local4228 if (HasDefault) in ExpandHwModeBasedTypes()
4280 bool HasDefault = in TurnSwitchRangeIntoICmp() local4284 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp()4311 assert(!CasesA.empty() || HasDefault); in TurnSwitchRangeIntoICmp()4419 bool HasDefault = in eliminateDeadSwitchCases() local4424 if (HasDefault && DeadCases.empty() && in eliminateDeadSwitchCases()