Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp317 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
326 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
350 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h251 static inline SourcePred anyVectorType() { in anyVectorType() function