Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4234 Type *InVecTy = Op0->getType(); in SimplifyShuffleVectorInst() local
4236 unsigned InVecNumElts = InVecTy->getVectorNumElements(); in SimplifyShuffleVectorInst()
4255 Op0 = UndefValue::get(InVecTy); in SimplifyShuffleVectorInst()
4257 Op1 = UndefValue::get(InVecTy); in SimplifyShuffleVectorInst()
4276 if (isa<UndefValue>(Op1) && RetTy == InVecTy && in SimplifyShuffleVectorInst()