Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h33 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
34 std::vector<Constant *> makeConstantsWithType(Type *T);
69 makeConstantsWithType(T, Result); in SourcePred()
101 return makeConstantsWithType(Only); in onlyType()
202 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()
215 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp16 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() function in fuzzerop
34 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { in makeConstantsWithType() function in fuzzerop
36 makeConstantsWithType(T, Result); in makeConstantsWithType()
DOperations.cpp235 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
240 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()