Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDOperations.cpp283 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
292 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
316 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDOpDescriptor.h182 static inline SourcePred anyVectorType() { in anyVectorType() function