Home
last modified time | relevance | path

Searched refs:naninf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c1367 LLVMValueRef naninf; in ac_ufN_to_float() local
1368 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()