Searched refs:i16_1 (Results 1 – 6 of 6) sorted by relevance
5 volatile int i16_1, i16_2; variable17 i16_1 = __real__ x; in complex_i16_arg_first()30 i16_1 = __real__ x; in complex_i16_arg_second()
10 typedef int i16_1 __attribute((mode(HI)));11 int i16_1_test[sizeof(i16_1) == 2 ? 1 : -1];13 int i16_2_test[sizeof(i16_1) == 2 ? 1 : -1];
18 typedef int i16_1 __attribute((mode(HI)));19 int i16_1_test[sizeof(i16_1) == 2 ? 1 : -1];21 int i16_2_test[sizeof(i16_1) == 2 ? 1 : -1];
100 LLVMValueRef i16_1; member
102 ctx->i16_1 = LLVMConstInt(ctx->i16, 1, false); in ac_llvm_context_init()3668 return ctx->i16_1; in get_reduction_identity()
312 return LLVMBuildSelect(ctx->builder, src0, ctx->i16_1, ctx->i16_0, ""); in emit_b2i()