Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp294 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
303 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
327 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h182 static inline SourcePred anyVectorType() { in anyVectorType() function
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp152 auto AnyVec = anyVectorType(); in TEST()