Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h38 LLVM_ABI Type *toScalarizedStructTy(StructType *StructTy);
67 return toScalarizedStructTy(StructTy); in toScalarizedTy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorTypeUtils.cpp32 Type *llvm::toScalarizedStructTy(StructType *StructTy) { in toScalarizedStructTy() function in llvm