Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp205 auto denomExtVal = denomVal.getExtValue(); in CheckAssignmentExpr()
217 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp167 Value = N.getExtValue(); in mapEncodedInteger()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h88 int64_t getExtValue() const { in getExtValue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp103 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
H A DExprConstant.cpp9108 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr()
11928 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1729 Dest = MachineOperand::CreateImm(Int.getExtValue()); in parseImmediateOperand()
2340 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2649 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
2894 Offset = Token.integerValue().getExtValue(); in parseOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp737 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp7189 addNVVMMetadata(F, "maxntidx", MaxThreads.getExtValue()); in setTargetAttributes()
7199 addNVVMMetadata(F, "minctasm", MinBlocks.getExtValue()); in setTargetAttributes()
9174 .getExtValue(); in setTargetAttributes()
9177 .getExtValue(); in setTargetAttributes()
9203 Attr->getMin()->EvaluateKnownConstInt(M.getContext()).getExtValue(); in setTargetAttributes()
9206 .getExtValue() in setTargetAttributes()
H A DCGOpenMPRuntime.cpp6646 DefaultVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
6674 DefaultVal = Constant->getExtValue(); in getNumTeamsExprForTargetDirective()
6904 DefaultVal = Constant->getExtValue(); in getNumThreadsExprForTargetDirective()
6921 DefaultVal = Constant->getExtValue(); in getNumThreadsExprForTargetDirective()
6929 if (Constant->getExtValue() < DefaultVal) { in getNumThreadsExprForTargetDirective()
6930 DefaultVal = Constant->getExtValue(); in getNumThreadsExprForTargetDirective()
11947 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
H A DCGDebugInfo.cpp2939 Count = Result.Val.getInt().getExtValue(); in CreateType()
4886 DBuilder.createConstantValueExpression(Init.getInt().getExtValue()); in EmitGlobalVariable()
H A DCGBuiltin.cpp8012 return E->getIntegerConstantExpr(Context)->getExtValue(); in GetIntegerConstantValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2314 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
4168 int ArgExtValue = Result.getExtValue(); in CheckX86BuiltinTileDuplicate()
14520 CharUnits Offset = EltSize * IdxRes->getExtValue(); in getAlignmentAndOffsetFromBinAddOrSub()
H A DSemaTemplate.cpp3507 auto Nth = std::next(Ts.pack_begin(), Index.getExtValue()); in checkBuiltinTemplateIdType()
H A DSemaOpenMP.cpp14257 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
14259 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4214 Result.assign(S.getExtValue()); in parseMDField()