Searched refs:pickVectorType (Results 1 – 1 of 1) sorted by relevance
278 return UndefValue::get(pickVectorType()); in getRandomVectorValue()283 return (getRandom() & 1) ? pickVectorType() : pickScalarType(); in pickType()287 Type *pickVectorType(VectorType *VTy = nullptr) { in pickVectorType() function536 DestTy = pickVectorType(cast<VectorType>(VTy)); in Act()