Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp235 return UndefValue::get(pickVectorType()); in getRandomVectorValue()
240 return (Ran->Rand() & 1 ? pickVectorType() : pickScalarType()); in pickType()
250 Type *pickVectorType(unsigned len = (unsigned)-1) { in pickVectorType() function
493 DestTy = pickVectorType(VecTy->getNumElements()); in Act()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp275 return UndefValue::get(pickVectorType()); in getRandomVectorValue()
280 return (getRandom() & 1 ? pickVectorType() : pickScalarType()); in pickType()
290 Type *pickVectorType(unsigned len = (unsigned)-1) { in pickVectorType() function
549 DestTy = pickVectorType(VecTy->getNumElements()); in Act()