Searched refs:getExactLogBase2 (Results 1 – 5 of 5) sorted by relevance
242 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul()1274 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op)); in takeLog2()1475 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op1)); in visitSDiv()1487 Constant *C = ConstantExpr::getExactLogBase2(NegPow2C); in visitSDiv()1560 Constant *CNegLog2 = ConstantExpr::getExactLogBase2( in visitSDiv()
2411 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()2427 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()
1095 static Constant *getExactLogBase2(Constant *C);
2248 (BitPos = ConstantExpr::getExactLogBase2(cast<Constant>(BitMask))); in detectShiftUntilBitTestIdiom()
2485 Constant *ConstantExpr::getExactLogBase2(Constant *C) { in getExactLogBase2() function in ConstantExpr