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