Searched refs:IsSplatOrUndefs (Results 1 – 1 of 1) sorted by relevance
8311 bool IsSplatOrUndefs = isSplat(VL) || all_of(VL, UndefValue::classof); in isGatherShuffledEntry() local8343 return I && !IsSplatOrUndefs && !ScalarToTreeEntry.count(I) && in isGatherShuffledEntry()