Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp110 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
132 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
186 return {Weight, {sizedPtrType(), sizedType, anyIntType()}, buildGEP}; in gepDescriptor()
294 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
303 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h112 static inline SourcePred anyIntType() { in anyIntType() function
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp233 (void)IB.findOrCreateSource(BB, {Invoke}, {}, fuzzerop::anyIntType()); in TEST()
H A DOperationsTest.cpp120 auto AnyInt = anyIntType(); in TEST()