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.cpp448 Type *RandomIRBuilder::randomType() { in randomType() function in RandomIRBuilder
455 Type *RetType = randomType(); in createFunctionDeclaration()
459 Args.push_back(randomType()); in createFunctionDeclaration()
H A DIRMutator.cpp632 Type *Ty = IB.randomType(); in mutate()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h107 LLVM_ABI Type *randomType();