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

References

lib/Target/X86/X86ISelLowering.cpp
12286   if (V2S && DAG.getTargetLoweringInfo().isTypeLegal(V2S.getValueType())) {
12286   if (V2S && DAG.getTargetLoweringInfo().isTypeLegal(V2S.getValueType())) {
12288     V2S = DAG.getBitcast(EltVT, V2S);
12288     V2S = DAG.getBitcast(EltVT, V2S);
12297       V2S = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, V2S);
12297       V2S = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::i32, V2S);
12299     V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, ExtVT, V2S);