Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2613 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd() local
2619 Constant *CmpC = ConstantExpr::getSub(LshrC, Log2C1); in visitAnd()
2629 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd() local
2635 Constant *ShlC = ConstantExpr::getAdd(C2, Log2C1); in visitAnd()
H A DInstCombineCasts.cpp813 Constant *Log2C1 = ConstantInt::get(SrcTy, C1->exactLogBase2()); in visitTrunc() local
814 Constant *CmpC = ConstantExpr::getSub(C2, Log2C1); in visitTrunc()
H A DInstCombineCompares.cpp6995 unsigned Log2C1 = C1->countr_zero(); in foldICmpUsingKnownBits() local
7003 auto *CmpC = ConstantInt::get(XTy, Log2C2 - Log2C1); in foldICmpUsingKnownBits()