Home | History | Annotate | Download | only in InstCombine

Lines Matching full:inval

1517 static Instruction *OptimizeVectorResize(Value *InVal, VectorType *DestTy,
1522 VectorType *SrcTy = cast<VectorType>(InVal->getType());
1534 InVal = IC.Builder->CreateBitCast(InVal, SrcTy);
1552 // elements from InVal and fill the rest of the result elements with zeros
1564 return new ShuffleVectorInst(InVal, V2,