Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp300 *MaxThreadsVal = MaxThreads.getExtValue(); in handleCUDALaunchBoundsAttr()
304 MaxThreads.getExtValue()); in handleCUDALaunchBoundsAttr()
316 *MinBlocksVal = MinBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
320 MinBlocks.getExtValue()); in handleCUDALaunchBoundsAttr()
329 *MaxClusterRankVal = MaxBlocks.getExtValue(); in handleCUDALaunchBoundsAttr()
333 MaxBlocks.getExtValue()); in handleCUDALaunchBoundsAttr()
H A DAMDGPU.cpp611 Min = FlatWGS->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()
612 Max = FlatWGS->getMax()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUFlatWorkGroupSizeAttr()
634 Attr->getMin()->EvaluateKnownConstInt(getContext()).getExtValue(); in handleAMDGPUWavesPerEUAttr()
637 ? Attr->getMax()->EvaluateKnownConstInt(getContext()).getExtValue() in handleAMDGPUWavesPerEUAttr()
/freebsd-14.2/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 DBitwiseShiftChecker.cpp181 LowerBoundStr = formatv(" >= {0},", MinRight->getExtValue()); in checkOvershift()
277 const unsigned RHS = ConcreteRight->getValue().getExtValue(); in checkLeftShiftOverflow()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp170 Value = N.getExtValue(); in mapEncodedInteger()
/freebsd-14.2/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 DExprConstant.cpp16694 int64_t Size = SizeValue.getExtValue(); in EvaluateCharRangeAsString()
16707 Result.push_back(static_cast<char>(C.getExtValue())); in EvaluateCharRangeAsString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2462 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2771 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
3049 Offset = Token.integerValue().getExtValue(); in parseOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp739 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2791 Alignment->EvaluateKnownConstInt(getContext()).getExtValue(); in getOMPAllocateAlignment()
H A DCGOpenMPRuntime.cpp6029 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
6058 MinTeamsVal = MaxTeamsVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
11070 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
H A DCGDebugInfo.cpp3245 Count = Result.Val.getInt().getExtValue(); in CreateType()
H A DCGBuiltin.cpp9018 return E->getIntegerConstantExpr(Context)->getExtValue(); in GetIntegerConstantValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3414 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
6723 int ArgExtValue = Result.getExtValue(); in CheckX86BuiltinTileDuplicate()
17744 CharUnits Offset = EltSize * IdxRes->getExtValue(); in getAlignmentAndOffsetFromBinAddOrSub()
H A DSemaTemplate.cpp3841 int64_t N = Index.getExtValue(); in checkBuiltinTemplateIdType()
H A DSemaOpenMP.cpp16764 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
16766 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
H A DSemaDeclCXX.cpp17162 int64_t BoolValue = V.getInt().getExtValue(); in ConvertAPValueToString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4732 Result.assign(S.getExtValue()); in parseMDField()