Home
last modified time | relevance | path

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

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