Searched refs:makeConstantsWithType (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 32 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/ |
D | OpDescriptor.h | 32 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/ |
D | OpDescriptor.cpp | 15 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()
|
D | Operations.cpp | 234 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate() 239 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 15 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()
|
D | Operations.cpp | 234 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate() 239 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()
|