Searched refs:ExactLogBase2 (Results 1 – 1 of 1) sorted by relevance
1903 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant() local1904 if (ExactLogBase2 != -1 && DL.isLegalInteger(ExactLogBase2 + 1)) { in foldICmpAndConstant()1905 Type *NTy = IntegerType::get(Cmp.getContext(), ExactLogBase2 + 1); in foldICmpAndConstant()