Home
last modified time | relevance | path

Searched refs:isScalableTargetExtTy (Results 1 – 4 of 4) 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/SandboxIR/
H A DType.h148 bool isScalableTargetExtTy() const { return LLVMTy->isScalableTargetExtTy(); } in isScalableTargetExtTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h206 LLVM_ABI bool isScalableTargetExtTy() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp67 return getTypeID() == ScalableVectorTyID || isScalableTargetExtTy(); in isScalableTy()
120 bool Type::isScalableTargetExtTy() const { in isScalableTargetExtTy() function in Type