Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3891 static Value *SimplifyRelativeLoad(Constant *Ptr, Constant *Offset, in SimplifyRelativeLoad() function
4006 return SimplifyRelativeLoad(cast<Constant>(LHS), cast<Constant>(RHS), in SimplifyIntrinsic()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4950 static Value *SimplifyRelativeLoad(Constant *Ptr, Constant *Offset, in SimplifyRelativeLoad() function
5151 return SimplifyRelativeLoad(C0, C1, Q.DL); in simplifyBinaryIntrinsic()