Home
last modified time | relevance | path

Searched refs:anyIntType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp111 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
133 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
180 return {Weight, {sizedPtrType(), anyIntType()}, buildGEP}; in gepDescriptor()
284 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
293 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h114 static inline SourcePred anyIntType() { in anyIntType() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp234 (void)IB.findOrCreateSource(BB, {Invoke}, {}, fuzzerop::anyIntType()); in TEST()
DOperationsTest.cpp121 auto AnyInt = anyIntType(); in TEST()