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

References

lib/Target/X86/X86ISelLowering.cpp
40186     for (int j = 0; j < 2; ++j)
40186     for (int j = 0; j < 2; ++j)
40187       if (Operands[j].getValueType() != VT) {
40188         if (Operands[j].getOpcode() != ISD::ZERO_EXTEND ||
40189             Operands[j].getOperand(0).getValueType() != VT)
40191         Operands[j] = Operands[j].getOperand(0);
40191         Operands[j] = Operands[j].getOperand(0);