Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp769 Value *ConstrainShiftValue(Value *LHS, Value *RHS, const Twine &Name);
3827 Value *ScalarExprEmitter::ConstrainShiftValue(Value *LHS, Value *RHS, in ConstrainShiftValue() function in ScalarExprEmitter
3864 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shl.mask"); in EmitShl()
3933 RHS = ConstrainShiftValue(Ops.LHS, RHS, "shr.mask"); in EmitShr()