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

References

lib/Target/X86/X86ISelLowering.cpp
 8634     CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT &&
 8636         Op0.getOperand(0) == Op1.getOperand(0) &&
 8637         isa<ConstantSDNode>(Op0.getOperand(1)) &&
 8642     unsigned I0 = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue();
 8647         V0 = Op0.getOperand(0);
 8653         V1 = Op0.getOperand(0);
 8663       CanFold = I1 == I0 + 1 && Op0.getOperand(0) == Expected;