Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:isCatchAll

1825 /// isCatchAll - Return 'true' if the given typeinfo will match anything.
1826 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1880 if (isCatchAll(Personality, TypeInfo)) {
1918 if (isCatchAll(Personality, TypeInfo)) {
1941 if (isCatchAll(Personality, TypeInfo)) {