Searched refs:LoadedCE (Results 1 – 1 of 1) sorted by relevance
5366 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in SimplifyRelativeLoad() local5367 if (!LoadedCE) in SimplifyRelativeLoad()5370 if (LoadedCE->getOpcode() == Instruction::Trunc) { in SimplifyRelativeLoad()5371 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()5372 if (!LoadedCE) in SimplifyRelativeLoad()5376 if (LoadedCE->getOpcode() != Instruction::Sub) in SimplifyRelativeLoad()5379 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in SimplifyRelativeLoad()5384 Constant *LoadedRHS = LoadedCE->getOperand(1); in SimplifyRelativeLoad()