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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { function in class:fuzzerop
33 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { function in class:fuzzerop
35 makeConstantsWithType(T, Result);
H A DOperations.cpp234 return makeConstantsWithType(ArrayT->getElementType());
239 makeConstantsWithType(STy->getTypeAtIndex(I), Result);
/freebsd-12-stable/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);
100 return makeConstantsWithType(Only);
201 return makeConstantsWithType(Cur[0]->getType());
214 return makeConstantsWithType(Cur[0]->getType()->getScalarType());

Completed in 203 milliseconds