Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1867 int32_t ExactLogBase2 = C2->exactLogBase2(); in foldICmpAndConstant() local
1868 if (ExactLogBase2 != -1 && DL.isLegalInteger(ExactLogBase2 + 1)) { in foldICmpAndConstant()
1869 Type *NTy = IntegerType::get(Cmp.getContext(), ExactLogBase2 + 1); in foldICmpAndConstant()