Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp110 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
132 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
179 return {Weight, {sizedPtrType(), anyIntType()}, buildGEP}; in gepDescriptor()
287 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
296 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h113 static inline SourcePred anyIntType() { in anyIntType() function