HomeSort by relevance Sort by last modified time
    Searched defs:RHSExpr (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 489 const SCEV *RHSExpr = SE->getSCEV(RHS);
490 if (BExpr != RHSExpr) {
492 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I))
495 if (AExpr != RHSExpr) {
497 tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I))
  /external/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
163 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
344 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
387 const AddrLabelExpr* RHSExpr) {
389 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /external/clang/lib/Analysis/
CFG.cpp 646 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
649 const Expr *BoolExpr = RHSExpr;
652 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
685 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
688 const Expr *BoolExpr = RHSExpr;
691 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 5256 milliseconds