Home
last modified time | relevance | path

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

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