Home
last modified time | relevance | path

Searched defs:ElemCount (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp77 DefinedOrUnknownSVal ElemCount = checkArrayBounds() local
/llvm-project/llvm/lib/IR/
H A DOperator.cpp103 const uint64_t ElemCount = OpC ? OpC->getZExtValue() : 1; getMaxPreservedAlignment() local
H A DIntrinsicInst.cpp390 auto ElemCount = VT->getElementCount(); getStaticVectorLength() local
/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp203 if (!L->makeLoopInvariant(ElemCount, Changed)) in IsSafeActiveMask() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp231 convertEVLToMask(IRBuilder<> & Builder,Value * EVLParam,ElementCount ElemCount) convertEVLToMask() argument
700 ElementCount ElemCount = VPI.getStaticVectorLength(); foldEVLIntoMask() local
/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp281 int ElemCount = DetermineLexicalElementCount(PPBase); lexically_relative() local
/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp435 unsigned ElemCount = ResultVT.getVectorNumElements(); in getMaskBroadcast() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp538 if (std::optional<uint64_t> ElemCount = getTypeSizeImpl() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1046 CheckArraySize(SourceLocation Loc,unsigned BitWidth,uint64_t ElemCount,bool Diag) CheckArraySize() argument