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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1882 int32_t ExactLogBase2 = C2->exactLogBase2(); local
1883 if (ExactLogBase2 != -1 && DL.isLegalInteger(ExactLogBase2 + 1)) {
1884 Type *NTy = IntegerType::get(Cmp.getContext(), ExactLogBase2 + 1);

Completed in 74 milliseconds