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