Searched defs:as_int16 (Results 1 – 6 of 6) sorted by relevance
595 #define as_int16(x) __builtin_astype((x), int16) macro
219 auto as_int16 = b->CreateBitCast(bf16_value, b->getInt16Ty()); in EmitBF16ToF32() local