Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp238 auto Pred = fuzzerop::onlyType(Inst.getType()); in mutate()
474 SourcePreds.push_back(fuzzerop::onlyType(ArgTy)); in mutate()
537 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate()
560 fuzzerop::onlyType(IntTy), false); in mutate()
605 IB.findOrCreateSource(*BB, {}, {}, fuzzerop::onlyType(RetTy)); in connectBlocksToSink()
618 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
646 Src = IB.findOrCreateSource(*Pred, Insts, {}, fuzzerop::onlyType(Ty)); in mutate()
H A DRandomIRBuilder.cpp406 findOrCreateGlobalVariable(M, {}, fuzzerop::onlyType(V->getType())); in connectToSink()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h96 static inline SourcePred onlyType(Type *Only) { in onlyType() function