Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4468 llvm::Value *WidthMinusOne = in EmitShl() local
4470 llvm::Value *ValidExponent = Builder.CreateICmpULE(Ops.RHS, WidthMinusOne); in EmitShl()
4486 (RHS == Ops.RHS) ? WidthMinusOne in EmitShl()