Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h204 bool ShiftRightLogical(const Scalar &rhs); // Returns true on success
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp793 result.ShiftRightLogical(R); in Interpret()
H A DDWARFExpression.cpp2103 if (!stack.back().ResolveValue(exe_ctx).ShiftRightLogical( in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp1711 bool Scalar::ShiftRightLogical(const Scalar &rhs) { in ShiftRightLogical() function in Scalar