Searched refs:makeConstantsWithType (Results 1 – 3 of 3) sorted by relevance
33 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()
16 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() function in fuzzerop34 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { in makeConstantsWithType() function in fuzzerop36 makeConstantsWithType(T, Result); in makeConstantsWithType()
235 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()240 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()