Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1118 unsigned SrcTyBitWidth = X->getType()->getScalarSizeInBits(); in visitLShr() local
1121 if (SrcTyBitWidth == 1) in visitLShr()
1126 Value *NewLShr = Builder.CreateLShr(X, SrcTyBitWidth - 1); in visitLShr()
1132 if (ShAmt == BitWidth - SrcTyBitWidth && Op0->hasOneUse()) { in visitLShr()
1134 unsigned NewShAmt = std::min(ShAmt, SrcTyBitWidth - 1); in visitLShr()