Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewType

1749   Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth);
1751 NewType);
1759 Value *TruncA = Builder->CreateTrunc(A, NewType, A->getName()+".trunc");
1760 Value *TruncB = Builder->CreateTrunc(B, NewType, B->getName()+".trunc");