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.h33 LLVM_ABI void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
34 LLVM_ABI std::vector<Constant *> makeConstantsWithType(Type *T);
69 makeConstantsWithType(T, Result); in SourcePred()
101 return makeConstantsWithType(Only); in onlyType()
212 makeConstantsWithType(VectorType::get(T, EC), Result); in matchFirstLengthWAnyType()
214 makeConstantsWithType(T, Result); in matchFirstLengthWAnyType()
231 return makeConstantsWithType(Cur[1]->getType()); in matchSecondType()
273 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()
286 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.cpp268 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
273 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()