Searched refs:getExactLogBase2 (Results 1 – 4 of 4) sorted by relevance
189 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul()890 Constant *C1 = ConstantExpr::getExactLogBase2(cast<Constant>(Op1)); in foldUDivPow2Cst()911 Constant *Log2Base = ConstantExpr::getExactLogBase2(CI); in foldUDivShl()1128 Op0, ConstantExpr::getExactLogBase2(cast<Constant>(Op1)), I.getName()); in visitSDiv()
1075 static Constant *getExactLogBase2(Constant *C);
2142 (BitPos = ConstantExpr::getExactLogBase2(cast<Constant>(BitMask))); in detectShiftUntilBitTestIdiom()
2771 Constant *ConstantExpr::getExactLogBase2(Constant *C) { in getExactLogBase2() function in ConstantExpr