Home | History | Annotate | Download | only in InstCombine

Lines Matching full:inval

1563 static Instruction *optimizeVectorResize(Value *InVal, VectorType *DestTy,
1568 VectorType *SrcTy = cast<VectorType>(InVal->getType());
1580 InVal = IC.Builder->CreateBitCast(InVal, SrcTy);
1598 // elements from InVal and fill the rest of the result elements with zeros
1610 return new ShuffleVectorInst(InVal, V2,