Searched refs:onlyType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 204 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 D | RandomIRBuilder.cpp | 353 findOrCreateGlobalVariable(M, {}, fuzzerop::onlyType(V->getType())); in connectToSink()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 95 static inline SourcePred onlyType(Type *Only) { in onlyType() function
|