Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h133 bool ShiftRightLogical(const Scalar &rhs); // Returns true on success
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp434 bool Scalar::ShiftRightLogical(const Scalar &rhs) { in ShiftRightLogical() function in Scalar
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp865 result.ShiftRightLogical(R); in Interpret()
H A DDWARFExpression.cpp1454 if (!stack.back().ResolveValue(exe_ctx).ShiftRightLogical( in Evaluate()