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