Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InVal

1398 static Instruction *OptimizeVectorResize(Value *InVal, VectorType *DestTy,
1403 VectorType *SrcTy = cast<VectorType>(InVal->getType());
1415 InVal = IC.Builder->CreateBitCast(InVal, SrcTy);
1433 // elements from InVal and fill the rest of the result elements with zeros
1445 return new ShuffleVectorInst(InVal, V2,