reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2652 assert(isLogicOp(LogicOp.getOpcode()) && 2654 assert(LogicOp.getValueType() == MVT::i1 && 2656 SDLoc dl(LogicOp); 2660 bool IsBitwiseNegation = isBitwiseNot(LogicOp); 2681 LHS = getLogicOperand(LogicOp.getOperand(0)); 2682 RHS = getLogicOperand(LogicOp.getOperand(1)); 2699 switch (LogicOp.getOpcode()) {