Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp644 static Constant *computePointerDifference(const DataLayout &DL, Value *LHS, in computePointerDifference() function
757 if (Constant *Result = computePointerDifference(Q.DL, X, Y)) in SimplifySubInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp718 static Constant *computePointerDifference(const DataLayout &DL, Value *LHS, in computePointerDifference() function
845 if (Constant *Result = computePointerDifference(Q.DL, X, Y)) in SimplifySubInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp725 static Constant *computePointerDifference(const DataLayout &DL, Value *LHS, in computePointerDifference() function
895 if (Constant *Result = computePointerDifference(Q.DL, X, Y)) in simplifySubInst()