reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1508 Out << CE->getOpcodeName(); 1509 WriteOptimizationInfo(Out, CE); 1510 if (CE->isCompare()) 1512 static_cast<CmpInst::Predicate>(CE->getPredicate())); 1516 if (const GEPOperator *GEP = dyn_cast<GEPOperator>(CE)) { 1524 for (User::const_op_iterator OI=CE->op_begin(); OI != CE->op_end(); ++OI) { 1524 for (User::const_op_iterator OI=CE->op_begin(); OI != CE->op_end(); ++OI) { 1525 if (InRangeOp && unsigned(OI - CE->op_begin()) == *InRangeOp) 1530 if (OI+1 != CE->op_end()) 1534 if (CE->hasIndices()) { 1535 ArrayRef<unsigned> Indices = CE->getIndices(); 1540 if (CE->isCast()) { 1542 TypePrinter.print(CE->getType(), Out);