Searched refs:UnusedComponentsAtFront (Results 1 – 1 of 1) sorted by relevance
932 const unsigned UnusedComponentsAtFront = DemandedElts.countTrailingZeros(); in simplifyAMDGCNMemoryIntrinsicDemanded() local939 if (UnusedComponentsAtFront > 0) { in simplifyAMDGCNMemoryIntrinsicDemanded()951 if (ActiveBits == 4 && UnusedComponentsAtFront == 1) in simplifyAMDGCNMemoryIntrinsicDemanded()967 DemandedElts &= ~((1 << UnusedComponentsAtFront) - 1); in simplifyAMDGCNMemoryIntrinsicDemanded()972 UnusedComponentsAtFront * SingleComponentSizeInBits / 8; in simplifyAMDGCNMemoryIntrinsicDemanded()