Home | History | Annotate | Download | only in gallivm

Lines Matching refs:flr

205    LLVMValueRef fract, flr, isOdd;
207 lp_build_ifloor_fract(coord_bld, coord, &flr, &fract);
209 /* isOdd = flr & 1 */
210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");