Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOperations.h50 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp97 Ops.push_back(shuffleVectorDescriptor(1)); in describeFuzzerVectorOps()
345 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor() function in llvm::fuzzerop