Searched defs:isOneOf (Results 1 – 4 of 4) sorted by relevance
49 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() function52 template <typename... Ts> bool isOneOf(tok::TokenKind K1, Ts... Ks) const { in isOneOf() function
101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() function104 template <typename... Ts> bool isOneOf(tok::TokenKind K1, Ts... Ks) const { in isOneOf() function
622 template <typename A, typename B> bool isOneOf(A K1, B K2) const { in isOneOf() function626 bool isOneOf(A K1, B K2, Ts... Ks) const { in isOneOf() function
692 static Value *isOneOf(const InstructionsState &S, Value *Op) { in isOneOf() function 3064 Value *isOneOf(Value *Op) const { in isOneOf() function