Searched refs:UnusedComponentsAtFront (Results 1 – 1 of 1) sorted by relevance
1091 const unsigned UnusedComponentsAtFront = DemandedElts.countTrailingZeros(); in simplifyAMDGCNMemoryIntrinsicDemanded() local1098 if (UnusedComponentsAtFront > 0) { in simplifyAMDGCNMemoryIntrinsicDemanded()1110 if (ActiveBits == 4 && UnusedComponentsAtFront == 1) in simplifyAMDGCNMemoryIntrinsicDemanded()1126 DemandedElts &= ~((1 << UnusedComponentsAtFront) - 1); in simplifyAMDGCNMemoryIntrinsicDemanded()1131 UnusedComponentsAtFront * SingleComponentSizeInBits / 8; in simplifyAMDGCNMemoryIntrinsicDemanded()