Searched refs:CmpRHSC (Results 1 – 2 of 2) sorted by relevance
1665 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local1666 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()2169 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local2170 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
45389 auto *CmpRHSC = dyn_cast<ConstantSDNode>(CmpRHS); in combineSetCCAtomicArith() local45390 if (!CmpRHSC) in combineSetCCAtomicArith()45393 APInt Comparison = CmpRHSC->getAPIntValue(); in combineSetCCAtomicArith()