Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp205 auto denomExtVal = denomVal.getExtValue(); in CheckAssignmentExpr()
217 (numeratorKnown && (denomExtVal >= Check.maxVal.getExtValue())); in CheckAssignmentExpr()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPSInt.h93 int64_t getExtValue() const { in getExtValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCodeViewRecordIO.cpp167 Value = N.getExtValue(); in mapEncodedInteger()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp1528 Dest = MachineOperand::CreateImm(Int.getExtValue()); in parseImmediateOperand()
2136 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2428 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
2672 Offset = Token.integerValue().getExtValue(); in parseOffset()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp6587 addNVVMMetadata(F, "maxntidx", MaxThreads.getExtValue()); in setTargetAttributes()
6597 addNVVMMetadata(F, "minctasm", MinBlocks.getExtValue()); in setTargetAttributes()
8109 .getExtValue(); in setTargetAttributes()
8112 .getExtValue(); in setTargetAttributes()
8134 Attr->getMin()->EvaluateKnownConstInt(M.getContext()).getExtValue(); in setTargetAttributes()
8137 .getExtValue() in setTargetAttributes()
HDCGDebugInfo.cpp2707 Count = Result.Val.getInt().getExtValue(); in CreateType()
4593 DBuilder.createConstantValueExpression(Init.getInt().getExtValue()); in EmitGlobalVariable()
HDCGOpenMPRuntime.cpp10762 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()
HDCGBuiltin.cpp6954 return IntVal.getExtValue(); in GetIntegerConstantValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp8367 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr()
11041 MaxLength = N.getExtValue(); in VisitBuiltinCallExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp11710 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
11712 DSAStack->setAssociatedLoops(Result.getExtValue()); in VerifyPositiveIntegerConstantInClause()
HDSemaTemplate.cpp3317 auto Nth = std::next(Ts.pack_begin(), Index.getExtValue()); in checkBuiltinTemplateIdType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp4215 Result.assign(S.getExtValue()); in ParseMDField()