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

References

lib/Target/X86/X86ISelLowering.cpp
42830       return DAG.getSetCC(DL, VT, Add, DAG.getConstant(0, DL, OpVT), CC);
42837       return DAG.getSetCC(DL, VT, Add, DAG.getConstant(0, DL, OpVT), CC);
42844   if (VT.isVector() && VT.getVectorElementType() == MVT::i1 &&
42844   if (VT.isVector() && VT.getVectorElementType() == MVT::i1 &&
42858       assert(VT == LHS.getOperand(0).getValueType() &&
42861         return DAG.getConstant(0, DL, VT);
42863         return DAG.getConstant(1, DL, VT);
42865         return DAG.getNOT(DL, LHS.getOperand(0), VT);
42878   if (Subtarget.hasAVX512() && !Subtarget.hasBWI() && VT.isVector() &&
42879       VT.getVectorElementType() == MVT::i1 &&
42884     return DAG.getNode(ISD::TRUNCATE, DL, VT, Setcc);
42889   if (Subtarget.hasSSE1() && !Subtarget.hasSSE2() && VT == MVT::v4i32 &&