Searched refs:LoadedCE (Results 1 – 1 of 1) sorted by relevance
5882 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in simplifyRelativeLoad() local5883 if (!LoadedCE) in simplifyRelativeLoad()5886 if (LoadedCE->getOpcode() == Instruction::Trunc) { in simplifyRelativeLoad()5887 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in simplifyRelativeLoad()5888 if (!LoadedCE) in simplifyRelativeLoad()5892 if (LoadedCE->getOpcode() != Instruction::Sub) in simplifyRelativeLoad()5895 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in simplifyRelativeLoad()5900 Constant *LoadedRHS = LoadedCE->getOperand(1); in simplifyRelativeLoad()