Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h105 static inline SourcePred anyType() { in anyType() function
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp111 return findOrCreateSource(BB, Insts, {}, anyType()); in findOrCreateSource()