Searched refs:CLog2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2009 unsigned CLog2 = C.logBase2(); local
2010 if (CLog2 == TypeBits - 1) {
2016 return new ICmpInst(Pred, Y, ConstantInt::get(ShiftType, CLog2));

Completed in 115 milliseconds