reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/FuzzMutate/OpDescriptor.h
   33 std::vector<Constant *> makeConstantsWithType(Type *T);

References

include/llvm/FuzzMutate/OpDescriptor.h
  100     return makeConstantsWithType(Only);
  201     return makeConstantsWithType(Cur[0]->getType());
  214     return makeConstantsWithType(Cur[0]->getType()->getScalarType());
lib/FuzzMutate/Operations.cpp
  234       return makeConstantsWithType(ArrayT->getElementType());