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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 111 return {Weight, {anyIntType(), matchFirstType()}, buildOp};
133 return {Weight, {anyIntType(), matchFirstType()}, buildOp};
180 return {Weight, {sizedPtrType(), anyIntType()}, buildGEP};
284 return {Weight, {anyVectorType(), anyIntType()}, buildExtract};
293 {anyVectorType(), matchScalarOfFirstType(), anyIntType()},
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 114 static inline SourcePred anyIntType() {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
RandomIRBuilderTest.cpp 234 (void)IB.findOrCreateSource(BB, {Invoke}, {}, fuzzerop::anyIntType());
OperationsTest.cpp 121 auto AnyInt = anyIntType();

Completed in 88 milliseconds