Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Int32Ty

275         Type *Int32Ty = Type::getInt32Ty(EI.getContext());
277 ConstantInt::get(Int32Ty,
1102 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());
1105 Elts.push_back(UndefValue::get(Int32Ty));
1107 Elts.push_back(ConstantInt::get(Int32Ty, newMask[i]));