Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp209 return {Weight, {sizedPtrType(), sizedType, anyIntType()}, buildGEP}; in gepDescriptor()
317 return {Weight, {anyVectorType(), anyIntType()}, buildExtract}; in extractElementDescriptor()
326 {anyVectorType(), matchScalarOfFirstType(), anyIntType()}, in insertElementDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h113 static inline SourcePred anyIntType() { in anyIntType() function