is_const_power_of_two_integer 290 src/CodeGen_ARM.cpp bool power_of_two = is_const_power_of_two_integer(constant, &shift_amount); is_const_power_of_two_integer 384 src/CodeGen_ARM.cpp bool power_of_two = is_const_power_of_two_integer(op->b, &shift_amount); is_const_power_of_two_integer 478 src/CodeGen_ARM.cpp !is_const_power_of_two_integer(op->b, &bits)) { is_const_power_of_two_integer 748 src/CodeGen_C.cpp if (is_const_power_of_two_integer(op->b, &bits)) { is_const_power_of_two_integer 761 src/CodeGen_C.cpp if (is_const_power_of_two_integer(op->b, &bits)) { is_const_power_of_two_integer 1228 src/CodeGen_LLVM.cpp } else if (is_const_power_of_two_integer(op->b, &shift_amount) && is_const_power_of_two_integer 1320 src/CodeGen_LLVM.cpp } else if (is_const_power_of_two_integer(op->b, &bits)) { is_const_power_of_two_integer 129 src/CodeGen_Metal_Dev.cpp if (is_const_power_of_two_integer(op->b, &bits)) { is_const_power_of_two_integer 142 src/CodeGen_Metal_Dev.cpp if (is_const_power_of_two_integer(op->b, &bits)) { is_const_power_of_two_integer 213 src/HexagonOptimize.cpp if (is_const_power_of_two_integer(matches[i], &pow)) { is_const_power_of_two_integer 132 src/IROperator.cpp if (b) return is_const_power_of_two_integer(b->value, bits); is_const_power_of_two_integer 135 src/IROperator.cpp if (c) return is_const_power_of_two_integer(c->value, bits); is_const_power_of_two_integer 42 src/IROperator.h EXPORT bool is_const_power_of_two_integer(const Expr &e, int *bits); is_const_power_of_two_integer 4055 src/Simplify.cpp is_const_power_of_two_integer(make_const(a.type(), ib + 1), &bits)) { is_const_power_of_two_integer 4061 src/Simplify.cpp is_const_power_of_two_integer(make_const(a.type(), ub + 1), &bits)) {