Searched refs:sgn_ma (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_util.c | 385 LLVMValueRef sgn_ma; in build_cube_select() local 394 sgn_ma = LLVMBuildSelect(builder, is_ma_positive, in build_cube_select() 406 LLVMBuildSelect(builder, is_ma_x, sgn_ma, in build_cube_select() 407 LLVMBuildFNeg(builder, sgn_ma, ""), ""), ""); in build_cube_select() 412 sgn = LLVMBuildSelect(builder, is_ma_y, LLVMBuildFNeg(builder, sgn_ma, ""), in build_cube_select()
|