Home
last modified time | relevance | path

Searched refs:isVectorizedStructTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h42 LLVM_ABI bool isVectorizedStructTy(StructType *StructTy);
75 return isVectorizedStructTy(StructTy); in isVectorizedTy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorTypeUtils.cpp44 bool llvm::isVectorizedStructTy(StructType *StructTy) { in isVectorizedStructTy() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h310 !isVectorizedStructTy(cast<StructType>(RetTy)))