Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp853 APInt(32, Switch->getNumSuccessors()).ceilLogBase2(); in isLegalAndProfitableToTransform()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1703 unsigned ceilLogBase2() const { in ceilLogBase2() function
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp760 : APInt(BitWidth, 1) << C.ceilLogBase2(); in shouldTransformMulToShiftsAddsSubs()
804 APInt(BitWidth, 1) << C.ceilLogBase2(); in genConstMult()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp3168 unsigned ResBits = TyBits - Denominator->ceilLogBase2(); in ComputeNumSignBitsImpl()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5556 if (Op0Known.countMinTrailingZeros() >= CmpC->ceilLogBase2()) in foldICmpUsingKnownBits()