reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
498 if (!CI || !isa<Instruction>(CI->getOperand(0)) || 498 if (!CI || !isa<Instruction>(CI->getOperand(0)) || 499 !isa<Constant>(CI->getOperand(1))) 505 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); 507 Constant *CmpConst = dyn_cast<Constant>(CI->getOperand(1)); 560 Constant *Result = ConstantExpr::getCompare(CI->getPredicate(),