Searched refs:LoadedCE (Results 1 – 1 of 1) sorted by relevance
6164 auto *LoadedCE = dyn_cast<ConstantExpr>(Loaded); in simplifyRelativeLoad() local6165 if (!LoadedCE) in simplifyRelativeLoad()6168 if (LoadedCE->getOpcode() == Instruction::Trunc) { in simplifyRelativeLoad()6169 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in simplifyRelativeLoad()6170 if (!LoadedCE) in simplifyRelativeLoad()6174 if (LoadedCE->getOpcode() != Instruction::Sub) in simplifyRelativeLoad()6177 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); in simplifyRelativeLoad()6182 Constant *LoadedRHS = LoadedCE->getOperand(1); in simplifyRelativeLoad()