Home
last modified time | relevance | path

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

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