Lines Matching refs:isPowerOf2_32
3286 if (!isPowerOf2_32(NewEltSize / OldEltSize)) in bitcastExtractVectorElt()
3387 if (!isPowerOf2_32(NewEltSize / OldEltSize)) in bitcastInsertVectorElt()
3541 if (!isPowerOf2_32(MemSizeInBits)) { in lowerLoad()
3660 if (!isPowerOf2_32(MemSizeInBits)) { in lowerStore()
4153 if (isPowerOf2_32(NElts)) { in clampVectorIndex()
4920 if (!isPowerOf2_32(DstTy.getNumElements())) in fewerElementsVectorShuffle()
5070 if (isPowerOf2_32(NumParts)) { in fewerElementsVectorReductions()
5109 if (isPowerOf2_32(SrcTy.getNumElements()) && in fewerElementsVectorReductions()
5110 isPowerOf2_32(NarrowTy.getNumElements())) { in fewerElementsVectorReductions()
6591 if (!isPowerOf2_32(BW)) in lowerFunnelShiftWithInverse()
6648 if (isPowerOf2_32(BW)) { in lowerFunnelShiftAsShifts()
6710 if (!isPowerOf2_32(DstTySize) || !isPowerOf2_32(DstTyScalarSize) || in lowerEXT()
6711 !isPowerOf2_32(SrcTyScalarSize)) in lowerEXT()
6761 if (DstTy.isVector() && isPowerOf2_32(DstTy.getNumElements()) && in lowerTRUNC()
6762 isPowerOf2_32(DstTy.getScalarSizeInBits()) && in lowerTRUNC()
6763 isPowerOf2_32(SrcTy.getNumElements()) && in lowerTRUNC()
6764 isPowerOf2_32(SrcTy.getScalarSizeInBits())) { in lowerTRUNC()
6823 isPowerOf2_32(EltSizeInBits)) in lowerRotate()
6841 } else if (isPowerOf2_32(EltSizeInBits)) { in lowerRotate()
6853 if (isPowerOf2_32(EltSizeInBits)) { in lowerRotate()