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

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 519 APInt LHSOffset, RHSOffset;
520 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS);
526 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
569 APInt LHSOffset, RHSOffset;
570 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS);
576 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 640 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS);
650 // = (LHSOffset + Base) - (RHSOffset + Base)
651 // = LHSOffset - RHSOffset
652 return ConstantExpr::getSub(LHSOffset, RHSOffset);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 442 milliseconds