HomeSort by relevance Sort by last modified time
    Searched refs:makeConstantsWithType (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
OpDescriptor.cpp 16 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) {
34 std::vector<Constant *> fuzzerop::makeConstantsWithType(Type *T) {
36 makeConstantsWithType(T, Result);
Operations.cpp 235 return makeConstantsWithType(ArrayT->getElementType());
240 makeConstantsWithType(STy->getTypeAtIndex(I), Result);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 33 void makeConstantsWithType(Type *T, std::vector<Constant *> &Cs);
34 std::vector<Constant *> makeConstantsWithType(Type *T);
69 makeConstantsWithType(T, Result);
101 return makeConstantsWithType(Only);
202 return makeConstantsWithType(Cur[0]->getType());
215 return makeConstantsWithType(Cur[0]->getType()->getScalarType());

Completed in 661 milliseconds