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 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/clang/include/clang/Basic/
SourceManager.h     [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/llvm/lib/Transforms/Scalar/
SROA.cpp 167 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset,
169 return LHSOffset < RHS.beginOffset();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 136 milliseconds