Searched refs:LoadedCE (Results 1 – 1 of 1) sorted by relevance
4859 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad() local4860 if (!LoadedCE) in SimplifyRelativeLoad()4863 if (LoadedCE->getOpcode() == Instruction::Trunc) { in SimplifyRelativeLoad()4864 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()4865 if (!LoadedCE) in SimplifyRelativeLoad()4869 if (LoadedCE->getOpcode() != Instruction::Sub) in SimplifyRelativeLoad()4872 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()4877 Constant *LoadedRHS = LoadedCE->getOperand(1); in SimplifyRelativeLoad()