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

References

lib/Target/X86/X86ISelLowering.cpp
37010   if (Subtarget.hasAVX512() && !Subtarget.hasBWI() && CondVT.isVector() &&
37011       CondVT.getVectorElementType() == MVT::i1 &&
37022   if (Subtarget.hasAVX512() && CondVT.isVector() &&
37023       CondVT.getVectorElementType() == MVT::i1) {
37225   if (CondVT.getScalarType() != MVT::i1)
37228                          DAG.getBitcast(CondVT, CondNot), RHS, LHS);