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