Home
last modified time | relevance | path

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

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