Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp604 static Constant *stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function
645 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference()
646 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference()
1989 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerICmp()
1990 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerICmp()
2061 Constant *LHSNoBound = stripAndComputeConstantOffsets(DL, LHS, true); in computePointerICmp()
2062 Constant *RHSNoBound = stripAndComputeConstantOffsets(DL, RHS, true); in computePointerICmp()