reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
20043 if (SDValue SCC = DAG.FoldSetCC(CmpResVT, N0, N1, CC, DL)) { 20053 convertSelectOfFPConstantsToLoadOffset(DL, N0, N1, N2, N3, CC)) 20056 if (SDValue V = foldSelectCCToShiftAnd(DL, N0, N1, N2, N3, CC)) 20068 if (CC == ISD::SETEQ && N0->getOpcode() == ISD::AND && 20103 CC = ISD::getSetCCInverse(CC, CmpOpVT.isInteger()); 20103 CC = ISD::getSetCCInverse(CC, CmpOpVT.isInteger()); 20115 SCC = DAG.getSetCC(DL, CmpResVT, N0, N1, CC); 20121 SCC = DAG.getSetCC(SDLoc(N0), MVT::i1, N0, N1, CC); 20146 if (N1C && N1C->isNullValue() && (CC == ISD::SETEQ || CC == ISD::SETNE)) { 20146 if (N1C && N1C->isNullValue() && (CC == ISD::SETEQ || CC == ISD::SETNE)) { 20150 if (CC == ISD::SETNE)