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