Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InVal

1560 static Instruction *optimizeVectorResize(Value *InVal, VectorType *DestTy,
1565 VectorType *SrcTy = cast<VectorType>(InVal->getType());
1577 InVal = IC.Builder->CreateBitCast(InVal, SrcTy);
1595 // elements from InVal and fill the rest of the result elements with zeros
1607 return new ShuffleVectorInst(InVal, V2,