Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp196 auto *NewCE = cast<IntrinsicInst>(VMap[CE]); in replaceUnwindCoroEnds() local
199 if (auto Bundle = NewCE->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnds()
201 auto *CleanupRet = CleanupReturnInst::Create(FromPad, nullptr, NewCE); in replaceUnwindCoroEnds()
202 NewCE->getParent()->splitBasicBlock(NewCE); in replaceUnwindCoroEnds()
206 NewCE->replaceAllUsesWith(True); in replaceUnwindCoroEnds()
207 NewCE->eraseFromParent(); in replaceUnwindCoroEnds()
/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-7.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp266 auto *NewCE = MCConstantExpr::create(V / int32_t(VectorSize), Ctx); in ScaleVectorOffset() local
267 auto *NewHE = HexagonMCExpr::create(NewCE, Ctx); in ScaleVectorOffset()
/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()