Home
last modified time | relevance | path

Searched defs:IsVectorType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp165 bool SBType::IsVectorType() { in IsVectorType() function in SBType
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1029 bool IsVectorType = isa<VectorType>(Dst) && isa<VectorType>(Src); in getCastInstrCost() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3316 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2888 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang