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