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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 7590     if (V.getOpcode() != ISD::EXTRACT_VECTOR_ELT)
 7592     if (V.isUndef())
 7596     if (!isa<ConstantFPSDNode>(V) && !isa<ConstantSDNode>(V))
 7596     if (!isa<ConstantFPSDNode>(V) && !isa<ConstantSDNode>(V))
 7599     if (isa<ConstantSDNode>(V) || isa<ConstantFPSDNode>(V)) {
 7599     if (isa<ConstantSDNode>(V) || isa<ConstantFPSDNode>(V)) {
 7602         ConstantValue = V;
 7603       else if (ConstantValue != V)
 7608       Value = V;
 7609     else if (V != Value)