Searched refs:makeConstantsWithType (Results 1 – 3 of 3) sorted by relevance
31 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);32 std::vector<Constant *> makeConstantsWithType(Type *T);67 makeConstantsWithType(T, Result); in SourcePred()99 return makeConstantsWithType(Only); in onlyType()201 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()214 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() function in fuzzerop33 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { in makeConstantsWithType() function in fuzzerop35 makeConstantsWithType(T, Result); in makeConstantsWithType()
241 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()246 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()