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 516 APInt LHSOffset, RHSOffset;
517 llvm::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS);
523 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
566 APInt LHSOffset, RHSOffset;
567 llvm::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS);
573 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 715 Constant *LHSOffset = stripAndComputeConstantOffsets(TD, LHS);
725 // = (LHSOffset + Base) - (RHSOffset + Base)
726 // = LHSOffset - RHSOffset
727 return ConstantExpr::getSub(LHSOffset, RHSOffset);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 70 milliseconds