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.h83 bool allowConstant = true);
87 bool allowConstant = true);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp164 bool allowConstant) { in findOrCreateSource() argument
232 return newSource(BB, Insts, Srcs, Pred, allowConstant); in findOrCreateSource()
245 bool allowConstant) { in newSource() argument
279 if (!allowConstant && isa<Constant>(newSrc)) { in newSource()