Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewType

1718   Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth);
1720 NewType);
1728 Value *TruncA = Builder->CreateTrunc(A, NewType, A->getName()+".trunc");
1729 Value *TruncB = Builder->CreateTrunc(B, NewType, B->getName()+".trunc");