Lines Matching refs:API
1148 APInt API = CFP->getValueAPF().bitcastToAPInt();
1151 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4,
1153 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1158 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1160 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16,
1164 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1166 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16,
1170 Out << format_hex_no_prefix(API.getZExtValue(), 4,