Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp205 auto denomExtVal = denomVal.getExtValue(); in CheckAssignmentExpr()
217 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp167 Value = N.getExtValue(); in mapEncodedInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h93 int64_t getExtValue() const { in getExtValue() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp102 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
H A DExprConstant.cpp9085 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr()
11893 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1581 Dest = MachineOperand::CreateImm(Int.getExtValue()); in parseImmediateOperand()
2189 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2479 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
2723 Offset = Token.integerValue().getExtValue(); in parseOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp737 const int64_t BitReprAsSigned = Int.getExtValue(); in mkBitvector()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7172 addNVVMMetadata(F, "maxntidx", MaxThreads.getExtValue()); in setTargetAttributes()
7182 addNVVMMetadata(F, "minctasm", MinBlocks.getExtValue()); in setTargetAttributes()
9128 .getExtValue(); in setTargetAttributes()
9131 .getExtValue(); in setTargetAttributes()
9157 Attr->getMin()->EvaluateKnownConstInt(M.getContext()).getExtValue(); in setTargetAttributes()
9160 .getExtValue() in setTargetAttributes()
H A DCGDebugInfo.cpp2958 Count = Result.Val.getInt().getExtValue(); in CreateType()
4904 DBuilder.createConstantValueExpression(Init.getInt().getExtValue()); in EmitGlobalVariable()
H A DCGOpenMPRuntime.cpp11787 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
H A DCGBuiltin.cpp7931 return E->getIntegerConstantExpr(Context)->getExtValue(); in GetIntegerConstantValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2310 int64_t CoprocNo = CoprocNoAP.getExtValue(); in CheckARMCoprocessorImmediate()
3923 int ArgExtValue = Result.getExtValue(); in CheckX86BuiltinTileDuplicate()
14248 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.cpp13903 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
13905 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4525 Result.assign(S.getExtValue()); in parseMDField()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3963 result->EvalData.intVal = val.getExtValue(); in evaluateExpr()