Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp394 Type *RandomIRBuilder::randomType() { in randomType() function in RandomIRBuilder
401 Type *RetType = randomType(); in createFunctionDeclaration()
405 Args.push_back(randomType()); in createFunctionDeclaration()
H A DIRMutator.cpp545 Type *Ty = IB.randomType(); in mutate()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h101 Type *randomType();