Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getInt32Ty

187         Type *Int32Ty = Type::getInt32Ty(EI.getContext());
216 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
222 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
228 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
248 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
265 ConstantInt::get(Type::getInt32Ty(V->getContext()),
270 ConstantInt::get(Type::getInt32Ty(V->getContext()),
295 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
300 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
323 ConstantInt::get(Type::getInt32Ty(V->getContext()),
333 Mask[i] = ConstantInt::get(Type::getInt32Ty(V->getContext()),
350 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
449 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
456 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
459 Elts.push_back(ConstantInt::get(Type::getInt32Ty(SVI.getContext()),
658 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());