Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp1010 if (auto *NewCE = dyn_cast<ConstantExpr>(Op)) in ConstantFoldInstruction() local
1011 Op = ConstantFoldConstantExpression(NewCE, DL, TLI); in ConstantFoldInstruction()
1050 if (auto *NewCE = dyn_cast<ConstantExpr>(NewC)) { in ConstantFoldConstantExpressionImpl() local
1051 if (FoldedOps.insert(NewCE).second) in ConstantFoldConstantExpressionImpl()
1052 NewC = ConstantFoldConstantExpressionImpl(NewCE, DL, TLI, FoldedOps); in ConstantFoldConstantExpressionImpl()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp797 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC)) in ConstantFoldConstantExpression() local
798 NewC = ConstantFoldConstantExpression(NewCE, TD); in ConstantFoldConstantExpression()