Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp230 auto oldInsertPoint = MIRBuilder.getInsertPt(); in createOpType() local
241 InsertAt = oldInsertPoint->getParent() == NewMBB in createOpType()
242 ? oldInsertPoint in createOpType()
262 MIRBuilder.setInsertPt(*OldMBB, oldInsertPoint); in createOpType()