Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp116 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor()
134 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h120 static inline SourcePred anyFloatType() { in anyFloatType() function
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp130 auto AnyFP = anyFloatType(); in TEST()