reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4901 if (!LoadedCE) 4904 if (LoadedCE->getOpcode() == Instruction::Trunc) { 4905 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); 4905 LoadedCE = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); 4906 if (!LoadedCE) 4910 if (LoadedCE->getOpcode() != Instruction::Sub) 4913 auto *LoadedLHS = dyn_cast<ConstantExpr>(LoadedCE->getOperand(0)); 4918 Constant *LoadedRHS = LoadedCE->getOperand(1);