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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2729 llvm::Value *WidthMinusOne = GetWidthMinusOneValue(Ops.LHS, RHS); local
2730 llvm::Value *ValidExponent = Builder.CreateICmpULE(RHS, WidthMinusOne);
2748 Builder.CreateSub(WidthMinusOne, RHS, "shl.zeros",
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18151 SDValue WidthMinusOne = DAG.getConstant(NumBits - 1, dl, VT);
18152 return DAG.getNode(ISD::SUB, dl, VT, WidthMinusOne,
[all...]

Completed in 273 milliseconds