Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h78 bool allowConstant = true);
82 bool allowConstant = true);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp118 bool allowConstant) { in findOrCreateSource() argument
187 return newSource(BB, Insts, Srcs, Pred, allowConstant); in findOrCreateSource()
200 bool allowConstant) { in newSource() argument
229 if (!allowConstant && isa<Constant>(newSrc)) { in newSource()