Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp600 static Constant *stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function
646 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference()
647 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference()
2016 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerICmp()
2017 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerICmp()
2088 Constant *LHSNoBound = stripAndComputeConstantOffsets(DL, LHS, true); in computePointerICmp()
2089 Constant *RHSNoBound = stripAndComputeConstantOffsets(DL, RHS, true); in computePointerICmp()