HomeSort by relevance Sort by last modified time
    Searched refs:LHSOffset (Results 1 - 5 of 5) 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/clang/include/clang/Basic/
SourceManager.h     [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/llvm/lib/Transforms/Scalar/
SROA.cpp 185 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
187 return LHSOffset < RHS.beginOffset();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 123 milliseconds