Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3145 LLT DstCastTy = DstEltTy; // Intermediate bitcast result type in lowerBitcast() local
3159 DstCastTy = LLT::fixed_vector(NumDstElt / NumSrcElt, DstEltTy); in lowerBitcast()
3172 DstCastTy = DstEltTy; in lowerBitcast()
3177 SrcReg = MIRBuilder.buildBitcast(DstCastTy, SrcReg).getReg(0); in lowerBitcast()