Searched refs:naninf (Results 1 – 1 of 1) sorted by relevance
1367 LLVMValueRef naninf; in ac_ufN_to_float() local1368 naninf = LLVMBuildOr(ctx->builder, normal, LLVMConstInt(ctx->i32, 0xff << 23, false), ""); in ac_ufN_to_float()1394 result = LLVMBuildSelect(ctx->builder, tmp, naninf, normal, ""); in ac_ufN_to_float()