HomeSort by relevance Sort by last modified time
    Searched refs:LHSOffset (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
InlineCost.cpp 503 APInt LHSOffset, RHSOffset;
504 llvm::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS);
510 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
553 APInt LHSOffset, RHSOffset;
554 llvm::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS);
560 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
    [all...]
InstructionSimplify.cpp 736 Constant *LHSOffset = stripAndComputeConstantOffsets(TD, LHS);
737 if (!LHSOffset)
750 // = (LHSOffset + Base) - (RHSOffset + Base)
751 // = LHSOffset - RHSOffset
752 return ConstantExpr::getSub(LHSOffset, RHSOffset);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 248 milliseconds