reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1012 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) && 1012 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) && 1013 R.match(I->getOperand(1));