Searched refs:Log2Base (Results 1 – 2 of 2) sorted by relevance
869 Constant *Log2Base = getLogBase2(N->getType(), CI); in foldUDivShl() local870 if (!Log2Base) in foldUDivShl()872 N = IC.Builder.CreateAdd(N, Log2Base); in foldUDivShl()
897 Constant *Log2Base = ConstantExpr::getExactLogBase2(CI); in foldUDivShl() local898 if (!Log2Base) in foldUDivShl()900 N = IC.Builder.CreateAdd(N, Log2Base); in foldUDivShl()