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

/freebsd-9.3-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp214 return UndefValue::get(pickVectorType());
219 return (Ran->Rand() & 1 ? pickVectorType() : pickScalarType());
229 Type *pickVectorType(unsigned len = (unsigned)-1) { function in struct:__anon3557::Modifier
485 DestTy = pickVectorType(VecTy->getNumElements());

Completed in 99 milliseconds