Searched defs:IsInSet (Results 1 – 4 of 4) sorted by relevance
725 bool IsInSet(char ch, const char* str) { in IsInSet() function
741 bool IsInSet(char ch, const char* str) { in IsInSet() function
769 bool IsInSet(char ch, const char* str) { in IsInSet() function
4587 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runImpl() local