Searched refs:UnusedComponentsAtFront (Results 1 – 1 of 1) sorted by relevance
1225 const unsigned UnusedComponentsAtFront = DemandedElts.countr_zero(); in simplifyAMDGCNMemoryIntrinsicDemanded() local1232 if (UnusedComponentsAtFront > 0) { in simplifyAMDGCNMemoryIntrinsicDemanded()1245 if (ActiveBits == 4 && UnusedComponentsAtFront == 1) in simplifyAMDGCNMemoryIntrinsicDemanded()1262 DemandedElts &= ~((1 << UnusedComponentsAtFront) - 1); in simplifyAMDGCNMemoryIntrinsicDemanded()1267 UnusedComponentsAtFront * SingleComponentSizeInBits / 8; in simplifyAMDGCNMemoryIntrinsicDemanded()