Searched refs:stripAndComputeConstantOffsets (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 600 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 651 static Constant *stripAndComputeConstantOffsets(const DataLayout &DL, Value *&V, in stripAndComputeConstantOffsets() function 696 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerDifference() 697 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerDifference() 2184 Constant *LHSOffset = stripAndComputeConstantOffsets(DL, LHS); in computePointerICmp() 2185 Constant *RHSOffset = stripAndComputeConstantOffsets(DL, RHS); in computePointerICmp() 2259 Constant *LHSNoBound = stripAndComputeConstantOffsets(DL, LHS, true); in computePointerICmp() 2260 Constant *RHSNoBound = stripAndComputeConstantOffsets(DL, RHS, true); in computePointerICmp()
|