Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h34 LLVM_ABI Type *toVectorizedStructTy(StructType *StructTy, ElementCount EC);
57 return toVectorizedStructTy(StructTy, EC); in toVectorizedTy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorTypeUtils.cpp16 Type *llvm::toVectorizedStructTy(StructType *StructTy, ElementCount EC) { in toVectorizedStructTy() function in llvm