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