Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp712 static Constant *computePointerDifference(const DataLayout &DL, Value *LHS, in computePointerDifference() function
839 if (Constant *Result = computePointerDifference(Q.DL, X, Y)) in SimplifySubInst()