Searched refs:LoadedCE (Results 1 – 1 of 1) sorted by relevance
4977 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad() local4978 if (!LoadedCE) in SimplifyRelativeLoad()4981 if (LoadedCE->getOpcode() == Instruction::Trunc) { in SimplifyRelativeLoad()4982 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()4983 if (!LoadedCE) in SimplifyRelativeLoad()4987 if (LoadedCE->getOpcode() != Instruction::Sub) in SimplifyRelativeLoad()4990 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()4995 Constant *LoadedRHS = LoadedCE->getOperand(1); in SimplifyRelativeLoad()