Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4496 const LLT Op2Ty = MRI.getType(Op2); in emitVectorConcat() local
4498 if (Op1Ty != Op2Ty) { in emitVectorConcat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8470 auto [DstReg, DstTy, MaskReg, MaskTy, Op1Reg, Op1Ty, Op2Reg, Op2Ty] = in lowerSelect()