Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DOperations.cpp284 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
293 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
317 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h183 static inline SourcePred anyVectorType() { in anyVectorType() function