Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp615 auto *NewCE = cast<AnyCoroEndInst>(VMap[CE]); in replaceCoroEnds() local
616 replaceCoroEnd(NewCE, Shape, NewFramePtr, /*in resume*/ true, nullptr); in replaceCoroEnds()