Searched refs:LoadedLHS (Results 1 – 1 of 1) sorted by relevance
3931 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad() local3932 if (!LoadedLHS || LoadedLHS->getOpcode() != Instruction::PtrToInt) in SimplifyRelativeLoad()3934 auto *LoadedLHSPtr = LoadedLHS->getOperand(0); in SimplifyRelativeLoad()