Searched refs:getExactLogBase2 (Results 1 – 5 of 5) sorted by relevance
239 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul()1136 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op)); in takeLog2()1350 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op1)); in visitSDiv()1362 Constant *C = ConstantExpr::getExactLogBase2(NegPow2C); in visitSDiv()1434 Constant *CNegLog2 = ConstantExpr::getExactLogBase2( in visitSDiv()
2157 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()2173 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()
1124 static Constant *getExactLogBase2(Constant *C);
2331 (BitPos = ConstantExpr::getExactLogBase2(cast<Constant>(BitMask))); in detectShiftUntilBitTestIdiom()
2712 Constant *ConstantExpr::getExactLogBase2(Constant *C) { in getExactLogBase2() function in ConstantExpr