Searched refs:Log2C3 (Results 1 – 1 of 1) sorted by relevance
2532 Constant *Log2C3 = ConstantInt::get(Ty, C3->countr_zero()); in visitAnd() local2537 Constant *LshrC = ConstantExpr::getAdd(C2, Log2C3); in visitAnd()2554 ConstantFoldCompareInstOperands(ICmpInst::ICMP_ULT, Log2C3, C2, DL); in visitAnd()2559 Constant *CmpC = ConstantExpr::getSub(ShlC, Log2C3); in visitAnd()