Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOperations.h47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DOperations.cpp89 Ops.push_back(shuffleVectorDescriptor(1)); in describeFuzzerVectorOps()
312 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor() function in llvm::fuzzerop