Searched refs:anyIntType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 111 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/ |
D | OpDescriptor.h | 114 static inline SourcePred anyIntType() { in anyIntType() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | RandomIRBuilderTest.cpp | 234 (void)IB.findOrCreateSource(BB, {Invoke}, {}, fuzzerop::anyIntType()); in TEST()
|
D | OperationsTest.cpp | 121 auto AnyInt = anyIntType(); in TEST()
|