Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5386 auto *InVecTy = cast<VectorType>(Op0->getType()); in simplifyShuffleVectorInst() local
5388 ElementCount InVecEltCount = InVecTy->getElementCount(); in simplifyShuffleVectorInst()
5409 Op0 = PoisonValue::get(InVecTy); in simplifyShuffleVectorInst()
5411 Op1 = PoisonValue::get(InVecTy); in simplifyShuffleVectorInst()
5461 if (Q.isUndefValue(Op1) && RetTy == InVecTy && in simplifyShuffleVectorInst()