Searched refs:matchFirstType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 111 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 D | RandomIRBuilder.cpp | 122 Value *Ptr = findPointer(BB, Insts, {V}, matchFirstType()); in newSink()
|
| /freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 195 static inline SourcePred matchFirstType() { in matchFirstType() function
|