Searched refs:ShufTy (Results 1 – 2 of 2) sorted by relevance
1260 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in ParseConstants() local1262 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); in ParseConstants()1274 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in ParseConstants() local1276 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); in ParseConstants()
1863 Type *ShufTy = VectorType::get(EltTy, NElts); in getShuffleVector() local1871 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector()1872 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()