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.cpp2536 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd() local
2542 Constant *CmpC = ConstantExpr::getSub(LshrC, Log2C1); in visitAnd()
2552 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); in visitAnd() local
2558 Constant *ShlC = ConstantExpr::getAdd(C2, Log2C1); in visitAnd()
H A DInstCombineCasts.cpp746 Constant *Log2C1 = ConstantInt::get(SrcTy, C1->exactLogBase2()); in visitTrunc() local
747 Constant *CmpC = ConstantExpr::getSub(C2, Log2C1); in visitTrunc()
H A DInstCombineCompares.cpp6593 unsigned Log2C1 = C1->countr_zero(); in foldICmpUsingKnownBits() local
6601 auto *CmpC = ConstantInt::get(XTy, Log2C2 - Log2C1); in foldICmpUsingKnownBits()