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