Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp284 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
293 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
317 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h183 static inline SourcePred anyVectorType() { in anyVectorType() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DOperationsTest.cpp153 auto AnyVec = anyVectorType(); in TEST()