Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp781 Value *ConstrainShiftValue(Value *LHS, Value *RHS, const Twine &Name);
4074 Value *ScalarExprEmitter::ConstrainShiftValue(Value *LHS, Value *RHS, in ConstrainShiftValue() function in ScalarExprEmitter
4111 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shl.mask"); in EmitShl()
4180 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shr.mask"); in EmitShr()