Searched refs:IsTrue (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1128 bool IsTrue = true, IsFalse = true; local
1135 IsTrue &= Res;
1138 assert(!IsTrue || !IsFalse);
1139 // The actual logical value of the comparison is same as IsTrue.
1140 Result = IsTrue;
1142 return IsTrue || IsFalse;
1155 bool IsTrue = true, IsFalse = true; local
1162 IsTrue &= Res;
1165 assert(!IsTrue || !IsFalse);
1166 // The actual logical value of the comparison is same as IsTrue
1183 bool IsTrue = true, IsFalse = true; local
[all...]
H A DHexagonISelLoweringHVX.cpp1089 auto IsTrue = [] (SDValue V) {
1107 AllT &= IsTrue(V);
1127 AllT &= IsTrue(F);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h345 llvm::Expected<bool> IsTrue() { function in class:lldb_private::python::PythonObject
H A DPythonDataObjects.cpp40 return obj.get().IsTrue();

Completed in 139 milliseconds