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

References

lib/Target/X86/X86ISelLowering.cpp
 8536     assert(Cond.getValueType() == MVT::i8 && "Unexpected VT!");
 8537     if (Cond.getOpcode() != ISD::SETCC)
 8538       Cond = DAG.getNode(ISD::AND, dl, MVT::i8, Cond,
 8538       Cond = DAG.getNode(ISD::AND, dl, MVT::i8, Cond,
 8540     return DAG.getSelect(dl, VT, Cond,