Home
last modified time | relevance | path

Searched refs:EltBitwidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23648 unsigned EltBitwidth = VT.getScalarSizeInBits(); in convertBuildVecZextToBuildVecWithZeros() local
23660 Cst->getAPIntValue().trunc(EltBitwidth).getActiveBits(); in convertBuildVecZextToBuildVecWithZeros()
23681 if (2 * ActiveBits > EltBitwidth) in convertBuildVecZextToBuildVecWithZeros()
23697 assert(2 * ActiveBits <= EltBitwidth && in convertBuildVecZextToBuildVecWithZeros()
23699 for (unsigned Scale = EltBitwidth / ActiveBits; Scale >= 2; --Scale) { in convertBuildVecZextToBuildVecWithZeros()
23700 if (EltBitwidth % Scale != 0) in convertBuildVecZextToBuildVecWithZeros()
23702 unsigned ChunkBitwidth = EltBitwidth / Scale; in convertBuildVecZextToBuildVecWithZeros()