Searched refs:getExactLogBase2 (Results 1 – 4 of 4) sorted by relevance
189 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul()896 Constant *C1 = ConstantExpr::getExactLogBase2(cast<Constant>(Op1)); in foldUDivPow2Cst()917 Constant *Log2Base = ConstantExpr::getExactLogBase2(CI); in foldUDivShl()1134 Op0, ConstantExpr::getExactLogBase2(cast<Constant>(Op1)), I.getName()); in visitSDiv()
1080 static Constant *getExactLogBase2(Constant *C);
2188 (BitPos = ConstantExpr::getExactLogBase2(cast<Constant>(BitMask))); in detectShiftUntilBitTestIdiom()
2773 Constant *ConstantExpr::getExactLogBase2(Constant *C) { in getExactLogBase2() function in ConstantExpr