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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 5292       if (Op0.getOpcode() == ISD::TRUNCATE)
 5293         Op0 = Op0.getOperand(0);
 5293         Op0 = Op0.getOperand(0);
 5297       if (Op0.getOpcode() == ISD::SRL && Op1.getOpcode() == ISD::SRL &&
 5298           Op0.getOperand(1) == Op1.getOperand(1) && CC == ISD::SETEQ &&
 5299           isa<ConstantSDNode>(Op0.getOperand(1))) {
 5301         unsigned Bits = Op0.getValueSizeInBits();
 5304         if (Op0.getConstantOperandVal(1) != Bits-8)
 5307         LHS = Op0.getOperand(0);
 5320       if (Op0.getOpcode() == ISD::XOR && CC == ISD::SETULT &&
 5329         unsigned Bits = Op0.getValueSizeInBits();
 5331                 Op0, APInt::getHighBitsSet(Bits, Bits - (b + 1) * 8)))
 5334         LHS = Op0.getOperand(0);
 5335         RHS = Op0.getOperand(1);