Home
last modified time | relevance | path

Searched defs:VFShape (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h82 struct VFShape { struct
86 bool operator==(const VFShape &Other) const { argument
97 /// Retrieve the VFShape that can be used to map a scalar function to itself, argument
99 static VFShape getScalarShape(const FunctionType *FTy) { in getScalarShape() argument
107 static VFShape get(const FunctionType *FTy, ElementCount EC, in get() argument