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

References

lib/Target/X86/X86ISelLowering.cpp
20388       Src = Op1;
20397       Src = AndLHS.getOperand(0);
20405         Src = AndLHS;
20407                                 Src.getValueType());
20413   if (!Src.getNode())
20421   if (Src.getValueType() == MVT::i8 || Src.getValueType() == MVT::i16)
20421   if (Src.getValueType() == MVT::i8 || Src.getValueType() == MVT::i16)
20422     Src = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Src);
20422     Src = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, Src);
20428   if (Src.getValueType() == MVT::i64 &&
20430     Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
20430     Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
20434   if (Src.getValueType() != BitNo.getValueType())
20435     BitNo = DAG.getNode(ISD::ANY_EXTEND, dl, Src.getValueType(), BitNo);
20439   return DAG.getNode(X86ISD::BT, dl, MVT::i32, Src, BitNo);