Searched defs:isWide (Results 1 – 4 of 4) sorted by relevance
194 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function259 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
1877 bool isWide() const { return getKind() == Wide; } in isWide() function
7228 bool isWide() const { return FExpr->isWide(); } in isWide() function in __anon7fa672bc1311::FormatStringLiteral
9459 bool isWide = (VT.getSizeInBits() == 128); in tryAdvSIMDModImmFP() local