Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp771 Value *ConstrainShiftValue(Value *LHS, Value *RHS, const Twine &Name);
3840 Value *ScalarExprEmitter::ConstrainShiftValue(Value *LHS, Value *RHS, in ConstrainShiftValue() function in ScalarExprEmitter
3877 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shl.mask"); in EmitShl()
3946 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shr.mask"); in EmitShr()