Home
last modified time | relevance | path

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

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