Home
last modified time | relevance | path

Searched refs:NarrowWidth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp521 unsigned NarrowWidth = DestTy->getScalarSizeInBits(); in narrowRotate() local
523 m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), m_Specific(ShAmt1))))) { in narrowRotate()
526 } else if (match(ShAmt1, m_OneUse(m_Sub(m_SpecificInt(NarrowWidth), in narrowRotate()
537 APInt HiBitMask = APInt::getHighBitsSet(WideWidth, WideWidth - NarrowWidth); in narrowRotate()
549 Constant *MaskC = ConstantInt::get(DestTy, NarrowWidth - 1); in narrowRotate()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7184 unsigned NarrowWidth = StepV.getBitWidth() - StepV.countTrailingZeros(); in howFarToZero() local
7185 auto *NarrowTy = IntegerType::get(getContext(), NarrowWidth); in howFarToZero()