Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h31 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
32 std::vector<Constant *> makeConstantsWithType(Type *T);
67 makeConstantsWithType(T, Result); in SourcePred()
99 return makeConstantsWithType(Only); in onlyType()
201 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()
214 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() function in fuzzerop
33 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { in makeConstantsWithType() function in fuzzerop
35 makeConstantsWithType(T, Result); in makeConstantsWithType()
H A DOperations.cpp241 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
246 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()