Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23288 unsigned EltBitwidth = VT.getScalarSizeInBits(); in convertBuildVecZextToBuildVecWithZeros() local
23300 Cst->getAPIntValue().trunc(EltBitwidth).getActiveBits(); in convertBuildVecZextToBuildVecWithZeros()
23321 if (2 * ActiveBits > EltBitwidth) in convertBuildVecZextToBuildVecWithZeros()
23337 assert(2 * ActiveBits <= EltBitwidth && in convertBuildVecZextToBuildVecWithZeros()
23339 for (unsigned Scale = EltBitwidth / ActiveBits; Scale >= 2; --Scale) { in convertBuildVecZextToBuildVecWithZeros()
23340 if (EltBitwidth % Scale != 0) in convertBuildVecZextToBuildVecWithZeros()
23342 unsigned ChunkBitwidth = EltBitwidth / Scale; in convertBuildVecZextToBuildVecWithZeros()