Searched refs:CmpRHSC (Results 1 – 2 of 2) sorted by relevance
1675 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local1676 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()2179 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local2180 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
42287 auto *CmpRHSC = dyn_cast<ConstantSDNode>(CmpRHS); in combineSetCCAtomicArith() local42288 if (!CmpRHSC) in combineSetCCAtomicArith()42291 APInt Comparison = CmpRHSC->getAPIntValue(); in combineSetCCAtomicArith()