Home
last modified time | relevance | path

Searched refs:matchFirstType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp110 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
116 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor()
132 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
134 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
327 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
H A DRandomIRBuilder.cpp125 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType()); in newSink()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h194 static inline SourcePred matchFirstType() { in matchFirstType() function
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp162 auto First = matchFirstType(); in TEST()