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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2727 llvm::Value *WidthMinusOne = GetWidthMinusOneValue(Ops.LHS, RHS); local
2728 llvm::Value *ValidExponent = Builder.CreateICmpULE(RHS, WidthMinusOne);
2746 Builder.CreateSub(WidthMinusOne, RHS, "shl.zeros",

Completed in 94 milliseconds