Searched refs:lshifted (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c319 LLVMValueRef lshifted; local in function:lp_build_clamped_float_to_unsigned_norm
333 lshifted = LLVMBuildShl(builder, res,
337 lshifted = res;
352 res = LLVMBuildSub(builder, lshifted, rshifted, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c344 LLVMValueRef lshifted; local in function:lp_build_clamped_float_to_unsigned_norm
361 lshifted = LLVMBuildShl(builder, res,
365 lshifted = res;
380 res = LLVMBuildSub(builder, lshifted, rshifted, "");

Completed in 5 milliseconds