Searched refs:NewCE (Results 1 – 1 of 1) sorted by relevance
934 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(Op)) in ConstantFoldInstruction() local935 Op = ConstantFoldConstantExpression(NewCE, DL, TLI); in ConstantFoldInstruction()973 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC)) { in ConstantFoldConstantExpressionImpl() local974 if (FoldedOps.insert(NewCE).second) in ConstantFoldConstantExpressionImpl()975 NewC = ConstantFoldConstantExpressionImpl(NewCE, DL, TLI, FoldedOps); in ConstantFoldConstantExpressionImpl()