Home
last modified time | relevance | path

Searched refs:anyAggregateType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp218 return {Weight, {anyAggregateType(), validExtractValueIndex()}, buildExtract}; in extractValueDescriptor()
278 {anyAggregateType(), matchScalarInAggregate(), validInsertValueIndex()}, in insertValueDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h164 static inline SourcePred anyAggregateType() { in anyAggregateType() function