Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2252 unsigned NewCNumElts = cast<FixedVectorType>(NewCTy)->getNumElements(); in unshuffleConstant() local
2254 SmallVector<Constant *, 16> NewVecC(NewCNumElts, PoisonScalar); in unshuffleConstant()
2268 I >= NewCNumElts) in unshuffleConstant()