Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp482 LLT BVType = LLT::fixed_vector(NumElts, PartLLT); in buildCopyFromRegs() local
486 BuildVec = B.buildBuildVector(BVType, Regs).getReg(0); in buildCopyFromRegs()
515 BuildVec = B.buildBuildVector(BVType, BVRegs).getReg(0); in buildCopyFromRegs()