Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp248 return {Weight, {anyAggregateType(), validExtractValueIndex()}, buildExtract}; in extractValueDescriptor()
308 {anyAggregateType(), matchScalarInAggregate(), validInsertValueIndex()}, in insertValueDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h233 static inline SourcePred anyAggregateType() { in anyAggregateType() function