Searched refs:Log2C3 (Results 1 – 1 of 1) sorted by relevance
2153 Constant *Log2C3 = ConstantInt::get(Ty, C3->countTrailingZeros()); in visitAnd() local2158 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd()2175 ConstantExpr::getCompare(ICmpInst::ICMP_ULT, Log2C3, C2); in visitAnd()2180 Constant *CmpC = ConstantExpr::getSub(ShlC, Log2C3); in visitAnd()