Searched refs:stripAndComputeConstantOffsets (Results 1 – 1 of 1) sorted by relevance
712 static APInt stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function727 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference()728 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference()2778 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS, AllowNonInbounds); in computePointerICmp()2779 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS, AllowNonInbounds); in computePointerICmp()