Searched refs:LHSOffset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | InlineCost.cpp | 1825 APInt LHSOffset, RHSOffset; in visitCmpInst() local 1826 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitCmpInst() 1832 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitCmpInst() 1859 APInt LHSOffset, RHSOffset; in visitSub() local 1860 std::tie(LHSBase, LHSOffset) = ConstantOffsetPtrs.lookup(LHS); in visitSub() 1866 Constant *CLHS = ConstantInt::get(LHS->getContext(), LHSOffset); in visitSub()
|
| D | InstructionSimplify.cpp | 720 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference() local 732 return ConstantExpr::getSub(LHSOffset, RHSOffset); in computePointerDifference() 2504 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerICmp() local 2510 return ConstantExpr::getICmp(Pred, LHSOffset, RHSOffset); in computePointerICmp() 2545 ConstantInt *LHSOffsetCI = dyn_cast<ConstantInt>(LHSOffset); in computePointerICmp() 2569 LHSOffset->isNullValue() && in computePointerICmp() 2583 ConstantExpr::getAdd(LHSOffset, LHSNoBound), in computePointerICmp()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | SourceManager.h | 1644 SourceLocation::UIntTy LHSOffset = LHS.getOffset(); in isBeforeInSLocAddrSpace() local 1645 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace() 1648 return LHSOffset < RHS; in isBeforeInSLocAddrSpace()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2581 APInt LHSOffset; in lowerConstant() local 2583 if (IsConstantOffsetFromGlobal(CE->getOperand(0), LHSGV, LHSOffset, in lowerConstant() 2601 int64_t Addend = (LHSOffset - RHSOffset).getSExtValue(); in lowerConstant()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 200 friend LLVM_ATTRIBUTE_UNUSED bool operator<(uint64_t LHSOffset, in operator <() argument 202 return LHSOffset < RHS.beginOffset(); in operator <()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprConstant.cpp | 12705 const CharUnits &LHSOffset = LHSValue.getLValueOffset(); in EvaluateComparisonBinaryOperator() local 12718 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator() 12765 uint64_t CompareLHS = LHSOffset.getQuantity(); in EvaluateComparisonBinaryOperator() 12963 const CharUnits &LHSOffset = LHSValue.getLValueOffset(); in VisitBinaryOperator() local 13002 APSInt LHS(llvm::APInt(65, (int64_t)LHSOffset.getQuantity(), true), false); in VisitBinaryOperator()
|