Lines Matching refs:WidthMinusOne
2732 llvm::Value *WidthMinusOne = GetWidthMinusOneValue(Ops.LHS, RHS);2733 llvm::Value *ValidExponent = Builder.CreateICmpULE(RHS, WidthMinusOne);2751 Builder.CreateSub(WidthMinusOne, RHS, "shl.zeros",