Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h32 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
33 std::vector<Constant *> makeConstantsWithType(Type *T);
68 makeConstantsWithType(T, Result); in SourcePred()
100 return makeConstantsWithType(Only); in onlyType()
209 makeConstantsWithType(VectorType::get(T, EC), Result); in matchFirstLengthWAnyType()
211 makeConstantsWithType(T, Result); in matchFirstLengthWAnyType()
228 return makeConstantsWithType(Cur[1]->getType()); in matchSecondType()
270 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()
283 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp20 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() function in fuzzerop
44 makeConstantsWithType(EltTy, EleCs); in makeConstantsWithType()
56 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { in makeConstantsWithType() function in fuzzerop
58 makeConstantsWithType(T, Result); in makeConstantsWithType()
H A DOperations.cpp264 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
269 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()