Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp781 Value *ConstrainShiftValue(Value *LHS, Value *RHS, const Twine &Name);
4124 Value *ScalarExprEmitter::ConstrainShiftValue(Value *LHS, Value *RHS, in ConstrainShiftValue() function in ScalarExprEmitter
4161 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shl.mask"); in EmitShl()
4230 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shr.mask"); in EmitShr()