OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XorLHS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
3832
SDValue
XorLHS
= Op0.getOperand(0);
3836
(getBooleanContents(
XorLHS
.getOperand(0).getValueType()) ==
3842
return DAG.getSetCC(dl, VT,
XorLHS
, XorRHS, Cond);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
12204
static void diagnoseXorMisusedAsPow(Sema &S, const ExprResult &
XorLHS
,
12212
if (
XorLHS
.get()->getExprLoc().isMacroID() &&
12218
const auto *LHSInt = dyn_cast<IntegerLiteral>(
XorLHS
.get());
Completed in 82 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026