Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1318 unsigned NumDsts = MI->getNumOperands() - 1; in verifyPreISelGenericInstruction() local
1320 for (unsigned i = 1; i < NumDsts; ++i) { in verifyPreISelGenericInstruction()
1327 LLT SrcTy = MRI->getType(MI->getOperand(NumDsts).getReg()); in verifyPreISelGenericInstruction()
1331 SrcTy.getNumElements() != NumDsts * DstTy.getNumElements()) in verifyPreISelGenericInstruction()
1339 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) in verifyPreISelGenericInstruction()
1345 if (SrcTy.getSizeInBits() != NumDsts * DstTy.getSizeInBits()) { in verifyPreISelGenericInstruction()