Searched refs:ShufTy (Results 1 – 2 of 2) sorted by relevance
1396 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in ParseConstants() local1398 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); in ParseConstants()1410 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in ParseConstants() local1412 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); in ParseConstants()
1720 Type *ShufTy = VectorType::get(EltTy, NElts); in getShuffleVector() local1728 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector()1729 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()