Lines Matching full:getcontext
196 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
225 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
231 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
237 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
257 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
274 ConstantInt::get(Type::getInt32Ty(V->getContext()),
279 ConstantInt::get(Type::getInt32Ty(V->getContext()),
304 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
309 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
332 ConstantInt::get(Type::getInt32Ty(V->getContext()),
342 Mask[i] = ConstantInt::get(Type::getInt32Ty(V->getContext()),
359 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
458 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
465 Elts.push_back(UndefValue::get(Type::getInt32Ty(SVI.getContext())));
468 Elts.push_back(ConstantInt::get(Type::getInt32Ty(SVI.getContext()),
668 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());