Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp204 auto Pred = fuzzerop::onlyType(Inst.getType()); in mutate()
385 SourcePreds.push_back(fuzzerop::onlyType(ArgTy)); in mutate()
449 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate()
472 fuzzerop::onlyType(IntTy), false); in mutate()
517 IB.findOrCreateSource(*BB, {}, {}, fuzzerop::onlyType(RetTy)); in connectBlocksToSink()
530 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
558 Src = IB.findOrCreateSource(*Pred, Insts, {}, fuzzerop::onlyType(Ty)); in mutate()
H A DRandomIRBuilder.cpp353 findOrCreateGlobalVariable(M, {}, fuzzerop::onlyType(V->getType())); in connectToSink()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h95 static inline SourcePred onlyType(Type *Only) { in onlyType() function