Home
last modified time | relevance | path

Searched refs:stripAndComputeConstantOffsets (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp711 static APInt stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function
726 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference()
727 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference()
2719 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS, AllowNonInbounds); in computePointerICmp()
2720 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS, AllowNonInbounds); in computePointerICmp()