Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DOperations.cpp111 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
117 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor()
133 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
135 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
317 {anyVectorType(), matchFirstType(), validShuffleVectorIndex()}, in shuffleVectorDescriptor()
H A DRandomIRBuilder.cpp122 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType()); in newSink()
/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h195 static inline SourcePred matchFirstType() { in matchFirstType() function