Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp34 if (Ty.isSized() && !Ty.isScalableTargetExtTy()) { in getLLTForType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h210 bool isScalableTargetExtTy() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp67 return getTypeID() == ScalableVectorTyID || isScalableTargetExtTy(); in isScalableTy()
87 bool Type::isScalableTargetExtTy() const { in isScalableTargetExtTy() function in Type