Home
last modified time | relevance | path

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

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