Searched refs:pickVectorType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp236 return UndefValue::get(pickVectorType());
241 return (Ran->Rand() & 1 ? pickVectorType() : pickScalarType());
251 Type *pickVectorType(unsigned len = (unsigned)-1) { function in struct:llvm::__anon4559::Modifier
494 DestTy = pickVectorType(VecTy->getNumElements());

Completed in 48 milliseconds