Searched refs:getExactLogBase2 (Results 1 – 4 of 4) sorted by relevance
242 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul()1541 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op)); in takeLog2()1779 Constant *C = ConstantExpr::getExactLogBase2(cast<Constant>(Op1)); in visitSDiv()1791 Constant *C = ConstantExpr::getExactLogBase2(NegPow2C); in visitSDiv()1863 Constant *CNegLog2 = ConstantExpr::getExactLogBase2( in visitSDiv()
2613 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()2629 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd()
1192 LLVM_ABI static Constant *getExactLogBase2(Constant *C);
2646 Constant *ConstantExpr::getExactLogBase2(Constant *C) { in getExactLogBase2() function in ConstantExpr