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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h545 enum WidthMinusOne : unsigned { // WidthMinusOne, (5) [15:11]
552 // Some values from WidthMinusOne mapped into Width domain.
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4166 llvm::Value *WidthMinusOne = GetWidthMinusOneValue(Ops.LHS, Ops.RHS); local
4167 llvm::Value *ValidExponent = Builder.CreateICmpULE(Ops.RHS, WidthMinusOne);
4183 (RHS == Ops.RHS) ? WidthMinusOne

Completed in 123 milliseconds