Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDRandomIRBuilder.h78 bool allowConstant = true);
82 bool allowConstant = true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDRandomIRBuilder.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()