IntegerDivision 1239 src/CodeGen_LLVM.cpp multiplier = IntegerDivision::table_s32[*const_int_divisor][2]; IntegerDivision 1240 src/CodeGen_LLVM.cpp shift = IntegerDivision::table_s32[*const_int_divisor][3]; IntegerDivision 1242 src/CodeGen_LLVM.cpp multiplier = IntegerDivision::table_s16[*const_int_divisor][2]; IntegerDivision 1243 src/CodeGen_LLVM.cpp shift = IntegerDivision::table_s16[*const_int_divisor][3]; IntegerDivision 1246 src/CodeGen_LLVM.cpp multiplier = IntegerDivision::table_s8[*const_int_divisor][2]; IntegerDivision 1247 src/CodeGen_LLVM.cpp shift = IntegerDivision::table_s8[*const_int_divisor][3]; IntegerDivision 1275 src/CodeGen_LLVM.cpp method = IntegerDivision::table_u32[*const_uint_divisor][1]; IntegerDivision 1276 src/CodeGen_LLVM.cpp multiplier = IntegerDivision::table_u32[*const_uint_divisor][2]; IntegerDivision 1277 src/CodeGen_LLVM.cpp shift = IntegerDivision::table_u32[*const_uint_divisor][3]; IntegerDivision 1279 src/CodeGen_LLVM.cpp method = IntegerDivision::table_u16[*const_uint_divisor][1]; IntegerDivision 1280 src/CodeGen_LLVM.cpp multiplier = IntegerDivision::table_u16[*const_uint_divisor][2]; IntegerDivision 1281 src/CodeGen_LLVM.cpp shift = IntegerDivision::table_u16[*const_uint_divisor][3]; IntegerDivision 1283 src/CodeGen_LLVM.cpp method = IntegerDivision::table_u8[*const_uint_divisor][1]; IntegerDivision 1284 src/CodeGen_LLVM.cpp multiplier = IntegerDivision::table_u8[*const_uint_divisor][2]; IntegerDivision 1285 src/CodeGen_LLVM.cpp shift = IntegerDivision::table_u8[*const_uint_divisor][3]; IntegerDivision 9 src/FastIntegerDivide.cpp using namespace Halide::Internal::IntegerDivision; IntegerDivision 13 src/IntegerDivisionTable.h namespace IntegerDivision {