Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1861 int32_t ExactLogBase2 = AI.exactLogBase2(); in visitICmpInstWithInstAndIntCst() local
1862 if (ExactLogBase2 != -1 && DL.isLegalInteger(ExactLogBase2 + 1)) { in visitICmpInstWithInstAndIntCst()
1863 Type *NTy = IntegerType::get(ICI.getContext(), ExactLogBase2 + 1); in visitICmpInstWithInstAndIntCst()