Home
last modified time | relevance | path

Searched refs:Log2C3 (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2407 Constant *Log2C3 = ConstantInt::get(Ty, C3->countr_zero()); in visitAnd() local
2412 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()