Home
last modified time | relevance | path

Searched refs:getExtValue (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp324 *MaxThreadsVal = MaxThreads.getExtValue(); in handleCUDALaunchBoundsAttr()
328 MaxThreads.getExtValue()); in handleCUDALaunchBoundsAttr()
340 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
344 MinBlocks.getExtValue()); in handleCUDALaunchBoundsAttr()
353 *MaxClusterRankVal = MaxBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
357 MaxBlocks.getExtValue()); in handleCUDALaunchBoundsAttr()
H A DAMDGPU.cpp380 .getExtValue(); in setFunctionDeclAttributes()
385 .getExtValue() in setFunctionDeclAttributes()
390 .getExtValue() in setFunctionDeclAttributes()
651 Min = FlatWGS->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()
652 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()
674 Attr->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUWavesPerEUAttr()
677 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp207 auto denomExtVal = denomVal.getExtValue(); in CheckAssignmentExpr()
219 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
H A DCStringChecker.cpp537 OS << IdxInt->getExtValue(); in checkInit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h98 int64_t getExtValue() const { in getExtValue() function
104 return isRepresentableByInt64() ? std::optional<int64_t>(getExtValue()) in tryExtValue()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp170 Value = N.getExtValue(); in mapEncodedInteger()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp106 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
H A DAPValue.cpp662 int64_t Char64 = Val.getInt().getExtValue(); in TryPrintAsStringLiteral()
H A DType.cpp4008 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
H A DExprConstant.cpp11062 int64_t index = IndexVal.getExtValue(); in handleVectorShuffle()
17098 StringResult->push_back(Char.getInt().getExtValue()); in EvaluateBuiltinStrLen()
17141 Result.push_back(static_cast<char>(C.getExtValue())); in EvaluateCharRangeAsString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp430 int ArgExtValue = Result.getExtValue(); in CheckBuiltinTileDuplicate()
H A DSemaTemplateVariadic.cpp1110 Index = Value.getExtValue(); in BuildPackIndexingExpr()
H A DSemaARM.cpp853 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
H A DSemaTemplate.cpp3140 int64_t N = Index.getExtValue(); in checkBuiltinTemplateIdType()
H A DSemaType.cpp9516 Index = Value.getExtValue(); in BuildPackIndexingType()
H A DSemaOpenMP.cpp15499 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
15501 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
H A DSemaChecking.cpp12842 CharUnits Offset = EltSize * IdxRes->getExtValue(); in getAlignmentAndOffsetFromBinAddOrSub()
H A DSemaDeclCXX.cpp17018 int64_t BoolValue = V.getInt().getExtValue(); in ConvertAPValueToString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2437 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2746 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
3025 Offset = Token.integerValue().getExtValue(); in parseOffset()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp751 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2851 Alignment->EvaluateKnownConstInt(getContext()).getExtValue(); in getOMPAllocateAlignment()
H A DCGOpenMPRuntime.cpp6044 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
6073 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
11098 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
H A DCGDebugInfo.cpp3371 Count = Result.Val.getInt().getExtValue(); in CreateType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4455 return static_cast<unsigned>(Index.getExtValue()); in getSelectedIndex()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4988 Result.assign(S.getExtValue()); in parseMDField()

12