Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:isCatchAll

1433 /// isCatchAll - Return 'true' if the given typeinfo will match anything.
1434 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1487 if (isCatchAll(Personality, TypeInfo)) {
1525 if (isCatchAll(Personality, TypeInfo)) {
1548 if (isCatchAll(Personality, TypeInfo)) {