reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 5346     if (Op.getOpcode() == ISD::AND) {
 5347       if (!isa<ConstantSDNode>(Op.getOperand(1)))
 5349       if (Op.getConstantOperandVal(1) != (UINT64_C(0xFF) << (8*b)))
 5352       SDValue XOR = Op.getOperand(0);
 5361     } else if (Op.getOpcode() == ISD::SRL) {
 5362       if (!isa<ConstantSDNode>(Op.getOperand(1)))
 5364       unsigned Bits = Op.getValueSizeInBits();
 5367       if (Op.getConstantOperandVal(1) != Bits-8)
 5370       SDValue XOR = Op.getOperand(0);