Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp258 auto *NewCE = MCConstantExpr::create(V / int32_t(VectorSize), Ctx); in ScaleVectorOffset() local
259 auto *NewHE = HexagonMCExpr::create(NewCE, Ctx); in ScaleVectorOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp583 auto *NewCE = cast<AnyCoroEndInst>(VMap[CE]); in replaceCoroEnds() local
584 replaceCoroEnd(NewCE, Shape, NewFramePtr, /*in resume*/ true, nullptr); in replaceCoroEnds()