Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21787 unsigned ChunkBitwidth = EltBitwidth / Scale; in convertBuildVecZextToBuildVecWithZeros() local
21788 assert(ChunkBitwidth >= ActiveBits && "As per starting point."); in convertBuildVecZextToBuildVecWithZeros()
21789 NewScalarIntVT = EVT::getIntegerVT(*DAG.getContext(), ChunkBitwidth); in convertBuildVecZextToBuildVecWithZeros()