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.cpp205 auto Pred = fuzzerop::onlyType(Inst.getType()); in mutate()
386 SourcePreds.push_back(fuzzerop::onlyType(ArgTy)); in mutate()
450 fuzzerop::onlyType(Type::getInt1Ty(C)), false); in mutate()
473 fuzzerop::onlyType(IntTy), false); in mutate()
518 IB.findOrCreateSource(*BB, {}, {}, fuzzerop::onlyType(RetTy)); in connectBlocksToSink()
531 *BB, {}, {}, fuzzerop::onlyType(Type::getInt1Ty(C)), false); in connectBlocksToSink()
559 Src = IB.findOrCreateSource(*Pred, Insts, {}, fuzzerop::onlyType(Ty)); in mutate()
H A DRandomIRBuilder.cpp353 findOrCreateGlobalVariable(M, {}, fuzzerop::onlyType(V->getType())); in connectToSink()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h95 static inline SourcePred onlyType(Type *Only) { in onlyType() function