Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getInt32Ty

271         Type *Int32Ty = Type::getInt32Ty(EI.getContext());
300 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
306 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
312 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
332 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
349 ConstantInt::get(Type::getInt32Ty(V->getContext()),
354 ConstantInt::get(Type::getInt32Ty(V->getContext()),
379 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
384 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
407 ConstantInt::get(Type::getInt32Ty(V->getContext()),
421 Mask[i] = ConstantInt::get(Type::getInt32Ty(V->getContext()),
438 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
666 MaskValues.push_back(UndefValue::get(Builder->getInt32Ty()));
785 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
792 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
795 Elts.push_back(ConstantInt::get(Type::getInt32Ty(SVI.getContext()),
1000 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());