Home
last modified time | relevance | path

Searched refs:toAPSInt (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h59 APSInt toAPSInt() const { in toAPSInt() function
62 APSInt toAPSInt(unsigned NumBits) const { in toAPSInt() function
63 return APSInt(toAPSInt().zextOrTrunc(NumBits), true); in toAPSInt()
65 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue()
H A DIntegral.h106 APSInt toAPSInt() const {
109 APSInt toAPSInt(unsigned NumBits) const {
111 return APSInt(toAPSInt().sextOrTrunc(NumBits), !Signed);
113 return APSInt(toAPSInt().zextOrTrunc(NumBits), !Signed);
115 APValue toAPValue() const { return APValue(toAPSInt()); }
H A DInterp.h103 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt(); in CheckShift()
111 const APSInt Val = RHS.toAPSInt(); in CheckShift()
129 APSInt LHSInt = LHS.toAPSInt(); in CheckDivRem()
162 APSInt Value = OpAP<APSInt>()(LHS.toAPSInt(Bits), RHS.toAPSInt(Bits)); in AddSubMulHelper()
358 APResult = ++Value.toAPSInt(Bits); in IncDecHelper()
360 APResult = --Value.toAPSInt(Bits); in IncDecHelper()
1063 APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), false); in OffsetHelper()
1064 APSInt APIndex(Index.toAPSInt().extend(Bits + 2), false); in OffsetHelper()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp794 if (!toAPSInt(BVSort, AST, Int, true)) { in toAPFloat()
807 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt() function in __anon0349533b0111::Z3Solver
856 return toAPSInt(Sort, Assign, Int, true); in getInterpretation()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h515 APSInt toAPSInt() const { in toAPSInt() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1310 decl, value.toAPSInt().extOrTrunc(type_width)); in AddRecordMembers()