Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5238 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad() local
5239 if (!LoadedLHS || LoadedLHS->getOpcode() != Instruction::PtrToInt) in SimplifyRelativeLoad()
5241 auto *LoadedLHSPtr = LoadedLHS->getOperand(0); in SimplifyRelativeLoad()