Searched refs:getExactLogBase2 (Results 1 – 5 of 5) sorted by relevance
248 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul()1413 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op)); in takeLog2()1611 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op1)); in visitSDiv()1623 Constant *C = ConstantExpr::getExactLogBase2(NegPow2C); in visitSDiv()1695 Constant *CNegLog2 = ConstantExpr::getExactLogBase2( in visitSDiv()
2536 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()2552 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()
1165 static Constant *getExactLogBase2(Constant *C);
2465 (BitPos = ConstantExpr::getExactLogBase2(cast<Constant>(BitMask))); in detectShiftUntilBitTestIdiom()
2624 Constant *ConstantExpr::getExactLogBase2(Constant *C) { in getExactLogBase2() function in ConstantExpr