Searched refs:NumAllocTypes (Results 1 – 1 of 1) sorted by relevance
119 const unsigned NumAllocTypes = llvm::popcount(AllocTypes); in hasSingleAllocType() local120 assert(NumAllocTypes != 0); in hasSingleAllocType()121 return NumAllocTypes == 1; in hasSingleAllocType()