Lines Matching defs:SetCC
4024 /// either operand of the SetCC node is a bitwise-and instruction.
7249 // To produce final result we need to blend 2 vectors: 'SetCC' and
11250 SDValue SetCC;
11257 SetCC =
11262 SetCC =
11267 SetCC = DAG.getSetCC(dl, SetCCType, Result, LHS, CC);
11269 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType);
11290 SDValue SetCC = DAG.getSetCC(dl, OType, Result, Sat, ISD::SETNE);
11291 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType);
11382 // Truncate the result if SetCC returns a larger type than needed.