Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
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()
201 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()
214 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
/external/llvm-project/llvm/include/llvm/FuzzMutate/
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()
201 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()
214 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
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()
DOperations.cpp234 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
239 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()
/external/llvm-project/llvm/lib/FuzzMutate/
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()
DOperations.cpp234 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
239 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()