Home
last modified time | relevance | path

Searched refs:NewCE (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DConstantFolding.cpp831 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(Op)) in ConstantFoldInstruction() local
832 Op = ConstantFoldConstantExpression(NewCE, TD, TLI); in ConstantFoldInstruction()
869 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC)) in ConstantFoldConstantExpression() local
870 NewC = ConstantFoldConstantExpression(NewCE, TD, TLI); in ConstantFoldConstantExpression()