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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2584 llvm::Value *WidthMinusOne = GetWidthMinusOneValue(Ops.LHS, RHS); local
2585 llvm::Value *Valid = Builder.CreateICmpULE(RHS, WidthMinusOne);
2598 Builder.CreateSub(WidthMinusOne, RHS, "shl.zeros",

Completed in 40 milliseconds