Searched refs:anyIntType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 114 static inline SourcePred anyIntType() { in anyIntType() function
|