Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp225 return {Weight, {anyAggregateType(), validExtractValueIndex()}, buildExtract}; in extractValueDescriptor()
285 {anyAggregateType(), matchScalarInAggregate(), validInsertValueIndex()}, in insertValueDescriptor()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h164 static inline SourcePred anyAggregateType() { in anyAggregateType() function