Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp287 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
296 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
320 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h182 static inline SourcePred anyVectorType() { in anyVectorType() function