OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RHSExpr
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
482
const SCEV *
RHSExpr
= SE->getSCEV(RHS);
483
if (BExpr !=
RHSExpr
) {
485
tryReassociatedBinaryOp(getBinarySCEV(I, AExpr,
RHSExpr
), B, I))
488
if (AExpr !=
RHSExpr
) {
490
tryReassociatedBinaryOp(getBinarySCEV(I, BExpr,
RHSExpr
), A, I))
602
const SCEV *
RHSExpr
= SE->getSCEV(RHS);
605
if (BExpr ==
RHSExpr
)
609
std::swap(BExpr,
RHSExpr
);
611
if (AExpr ==
RHSExpr
)
615
std::swap(AExpr,
RHSExpr
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
296
const AddrLabelExpr*
RHSExpr
;
354
APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr*
RHSExpr
)
356
MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr,
RHSExpr
);
577
return ((const AddrLabelDiffData *)(const char *)&Data)->
RHSExpr
;
618
const AddrLabelExpr*
RHSExpr
) {
620
((AddrLabelDiffData *)(char *)&Data)->
RHSExpr
=
RHSExpr
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp
2101
const AddrLabelExpr *
RHSExpr
= Value.getAddrLabelDiffRHS();
2103
llvm::Constant *RHS = tryEmitPrivate(
RHSExpr
,
RHSExpr
->getType());
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
922
const Expr *
RHSExpr
= B->getRHS()->IgnoreParens();
925
const Expr *BoolExpr =
RHSExpr
;
928
IntLiteral = dyn_cast<IntegerLiteral>(
RHSExpr
);
961
const Expr *
RHSExpr
= B->getRHS()->IgnoreParens();
964
const Expr *BoolExpr =
RHSExpr
;
967
IntLiteral = dyn_cast<IntegerLiteral>(
RHSExpr
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
7719
bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *
RHSExpr
,
7722
Expr *NonPointerExpr =
RHSExpr
;
7728
NullExpr =
RHSExpr
;
7780
Expr *
RHSExpr
= RHS.get();
7783
S.Diag(
RHSExpr
->getBeginLoc(), diag::ext_typecheck_cond_one_void)
7784
<<
RHSExpr
->getSourceRange();
7785
if (!
RHSExpr
->getType()->isVoidType())
8625
Expr *
RHSExpr
) {
8653
SourceRange(CondRHS->getBeginLoc(),
RHSExpr
->getEndLoc()));
8714
Expr *
RHSExpr
) {
[
all
...]
Completed in 51 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026