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