Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1432 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction() local
1433 if (!IntrIDOp.isIntrinsicID()) { in verifyPreISelGenericInstruction()
1439 unsigned IntrID = IntrIDOp.getIntrinsicID(); in verifyPreISelGenericInstruction()