Searched refs:Log2C3 (Results 1 – 1 of 1) sorted by relevance
2407 Constant *Log2C3 = ConstantInt::get(Ty, C3->countr_zero()); in visitAnd() local2412 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd()2429 ConstantExpr::getCompare(ICmpInst::ICMP_ULT, Log2C3, C2); in visitAnd()2434 Constant *CmpC = ConstantExpr::getSub(ShlC, Log2C3); in visitAnd()