Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21733 unsigned EltBitwidth = VT.getScalarSizeInBits(); in convertBuildVecZextToBuildVecWithZeros() local
21745 Cst->getAPIntValue().trunc(EltBitwidth).getActiveBits(); in convertBuildVecZextToBuildVecWithZeros()
21766 if (2 * ActiveBits > EltBitwidth) in convertBuildVecZextToBuildVecWithZeros()
21782 assert(2 * ActiveBits <= EltBitwidth && in convertBuildVecZextToBuildVecWithZeros()
21784 for (unsigned Scale = EltBitwidth / ActiveBits; Scale >= 2; --Scale) { in convertBuildVecZextToBuildVecWithZeros()
21785 if (EltBitwidth % Scale != 0) in convertBuildVecZextToBuildVecWithZeros()
21787 unsigned ChunkBitwidth = EltBitwidth / Scale; in convertBuildVecZextToBuildVecWithZeros()