Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp116 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor()
134 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h121 static inline SourcePred anyFloatType() { in anyFloatType() function