Searched refs:makeConstantsWithType (Results 1 – 3 of 3) sorted by relevance
33 LLVM_ABI void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);34 LLVM_ABI std::vector<Constant *> makeConstantsWithType(Type *T);69 makeConstantsWithType(T, Result); in SourcePred()101 return makeConstantsWithType(Only); in onlyType()212 makeConstantsWithType(VectorType::get(T, EC), Result); in matchFirstLengthWAnyType()214 makeConstantsWithType(T, Result); in matchFirstLengthWAnyType()231 return makeConstantsWithType(Cur[1]->getType()); in matchSecondType()273 return makeConstantsWithType(Cur[0]->getType()); in matchFirstType()286 return makeConstantsWithType(Cur[0]->getType()->getScalarType()); in matchScalarOfFirstType()
20 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() function in fuzzerop44 makeConstantsWithType(EltTy, EleCs); in makeConstantsWithType()56 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) { in makeConstantsWithType() function in fuzzerop58 makeConstantsWithType(T, Result); in makeConstantsWithType()
268 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()273 makeConstantsWithType(STy->getTypeAtIndex(I), Result); in matchScalarInAggregate()