Home
last modified time | relevance | path

Searched refs:KnownSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp107 uint64_t KnownSize = 0; in checkVLA() local
109 KnownSize = KV->getZExtValue(); in checkVLA()
135 if (KnownSize <= SizeMax / IndexL) { in checkVLA()
136 KnownSize *= IndexL; in checkVLA()
143 KnownSize = 0; in checkVLA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp192 ConstantInt *KnownSize in processUse() local
194 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize, in processUse()
216 ConstantInt *KnownSize = mdconst::extract<ConstantInt>(MD->getOperand(I)); in processUse() local
218 ConstantExpr::getIntegerCast(KnownSize, in processUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1040 unsigned KnownSize = VT.getSizeInBits().getKnownMinValue(); in getLMUL() local
1042 KnownSize *= 8; in getLMUL()
1044 switch (KnownSize) { in getLMUL()