Home
last modified time | relevance | path

Searched refs:ShufTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1260 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in ParseConstants() local
1262 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy); in ParseConstants()
1274 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context), in ParseConstants() local
1276 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy); in ParseConstants()
/external/llvm/lib/VMCore/
DConstants.cpp1863 Type *ShufTy = VectorType::get(EltTy, NElts); in getShuffleVector() local
1871 LLVMContextImpl *pImpl = ShufTy->getContext().pImpl; in getShuffleVector()
1872 return pImpl->ExprConstants.getOrCreate(ShufTy, Key); in getShuffleVector()