Searched refs:toAPSInt (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Boolean.h | 53 APSInt toAPSInt() const { in toAPSInt() function 56 APSInt toAPSInt(unsigned NumBits) const { in toAPSInt() function 57 return APSInt(toAPSInt().zextOrTrunc(NumBits), true); in toAPSInt() 59 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue()
|
| H A D | Integral.h | 106 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 D | Interp.h | 115 APSInt Value = OpAP<APSInt>()(LHS.toAPSInt(Bits), RHS.toAPSInt(Bits)); in AddSubMulHelper() 745 APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), false); in OffsetHelper() 746 APSInt APIndex(Index.toAPSInt().extend(Bits + 2), false); in OffsetHelper() 851 const APSInt Val = V.toAPSInt(); in Trunc() 879 S.CCEDiag(E, diag::note_constexpr_lshift_of_negative) << V.toAPSInt(); in ShiftLeft() 903 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt(); in Shr() 918 S.CCEDiag(Loc, diag::note_constexpr_negative_shift) << RHS.toAPSInt(); in Shl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 792 if (!toAPSInt(BVSort, AST, Int, true)) { in toAPFloat() 805 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt() function in __anondfffcc6f0111::Z3Solver 854 return toAPSInt(Sort, Assign, Int, true); in getInterpretation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 514 APSInt toAPSInt() const { in toAPSInt() function
|