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