Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
320 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
H A DRandomIRBuilder.cpp122 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType()); in newSink()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h194 static inline SourcePred matchFirstType() { in matchFirstType() function