Searched defs:Log2C1 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineAndOrXor.cpp | 2489 Constant *Log2C1 = ConstantExpr::getExactLogBase2(C1); visitAnd() local |
H A D | InstCombineCasts.cpp | 746 Constant *Log2C1 = ConstantInt::get(SrcTy, C1->exactLogBase2()); visitTrunc() local |
H A D | InstCombineCompares.cpp | 6593 unsigned Log2C1 = C1->countr_zero(); foldICmpUsingKnownBits() local |