Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp603 static Constant *stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function
644 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference()
645 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference()
2003 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerICmp()
2004 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerICmp()
2075 Constant *LHSNoBound = stripAndComputeConstantOffsets(DL, LHS, true); in computePointerICmp()
2076 Constant *RHSNoBound = stripAndComputeConstantOffsets(DL, RHS, true); in computePointerICmp()