Home
last modified time | relevance | path

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

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