Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp457 unsigned ResIn = getMRI()->createGenericVirtualRegister(ResTy); in buildSequence() local
458 buildUndef(ResIn); in buildSequence()
464 buildInsert(ResOut, ResIn, Ops[i], Indices[i]); in buildSequence()
465 ResIn = ResOut; in buildSequence()