Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4946 auto *InVecTy = cast<VectorType>(Op0->getType()); in simplifyShuffleVectorInst() local
4948 ElementCount InVecEltCount = InVecTy->getElementCount(); in simplifyShuffleVectorInst()
4969 Op0 = PoisonValue::get(InVecTy); in simplifyShuffleVectorInst()
4971 Op1 = PoisonValue::get(InVecTy); in simplifyShuffleVectorInst()
5021 if (Q.isUndefValue(Op1) && RetTy == InVecTy && in simplifyShuffleVectorInst()