Searched refs:AsInt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | AsmParser.cpp | 3153 APInt AsInt; in parseDirectiveRealValue() local 3154 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue() 3156 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue() 3157 AsInt.getBitWidth() / 8); in parseDirectiveRealValue() 4785 APInt AsInt; in parseDirectiveRealDCB() local 4786 if (parseRealValue(Semantics, AsInt)) in parseDirectiveRealDCB() 4794 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealDCB() 4795 AsInt.getBitWidth() / 8); in parseDirectiveRealDCB()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConstant.cpp | 6310 APSInt AsInt(Val.bitcastToAPInt()); in visitFloat() local 6311 return visitInt(AsInt, Ty, Offset); in visitFloat() 12485 APSInt AsInt; in VisitCastExpr() local 12488 if (!V.toIntegralConstant(AsInt, SrcType, Info.Ctx)) in VisitCastExpr() 12491 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr()
|