Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp716 static APInt stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function
731 APInt LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference()
732 APInt RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference()