HomeSort by: relevance | last modified time | path
    Searched refs:KnownSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelAttributes.cpp 192 ConstantInt *KnownSize
194 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize,
216 ConstantInt *KnownSize = mdconst::extract<ConstantInt>(MD->getOperand(I));
218 ConstantExpr::getIntegerCast(KnownSize,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 106 // Try to calculate the known real size of the array in KnownSize.
107 uint64_t KnownSize = 0;
109 KnownSize = KV->getZExtValue();
135 if (KnownSize <= SizeMax / IndexL) {
136 KnownSize *= IndexL;
143 KnownSize = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 1040 unsigned KnownSize = VT.getSizeInBits().getKnownMinValue();
1042 KnownSize *= 8;
1044 switch (KnownSize) {

Completed in 77 milliseconds