Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp712 static APInt stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function
727 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()