Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23702 unsigned ChunkBitwidth = EltBitwidth / Scale; in convertBuildVecZextToBuildVecWithZeros() local
23703 assert(ChunkBitwidth >= ActiveBits && "As per starting point."); in convertBuildVecZextToBuildVecWithZeros()
23704 NewScalarIntVT = EVT::getIntegerVT(*DAG.getContext(), ChunkBitwidth); in convertBuildVecZextToBuildVecWithZeros()