Home | History | Annotate | Download | only in IR

Lines Matching refs:newOpc

530       if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
531 return ConstantExpr::getCast(newOpc, CE->getOperand(0), DestTy);