Searched refs:AsInt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3102 APInt AsInt; in parseDirectiveRealValue() local 3103 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue() 3105 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue() 3106 AsInt.getBitWidth() / 8); in parseDirectiveRealValue() 4648 APInt AsInt; in parseDirectiveRealDCB() local 4649 if (parseRealValue(Semantics, AsInt)) in parseDirectiveRealDCB() 4657 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealDCB() 4658 AsInt.getBitWidth() / 8); in parseDirectiveRealDCB()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 9824 APSInt AsInt; in VisitCastExpr() local 9827 if (!V.toIntegralConstant(AsInt, SrcType, Info.Ctx)) in VisitCastExpr() 9830 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()
|