Lines Matching defs:SetCC
3975 /// either operand of the SetCC node is a bitwise-and instruction.
7188 // To produce final result we need to blend 2 vectors: 'SetCC' and
10895 SDValue SetCC;
10902 SetCC =
10907 SetCC =
10912 SetCC = DAG.getSetCC(dl, SetCCType, Result, LHS, CC);
10914 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType);
10935 SDValue SetCC = DAG.getSetCC(dl, OType, Result, Sat, ISD::SETNE);
10936 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType);
11027 // Truncate the result if SetCC returns a larger type than needed.