Searched refs:CmpRHSC (Results 1 – 2 of 2) sorted by relevance
1668 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local1669 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()2172 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local2173 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
46298 auto *CmpRHSC = dyn_cast<ConstantSDNode>(CmpRHS); in combineSetCCAtomicArith() local46299 if (!CmpRHSC) in combineSetCCAtomicArith()46302 APInt Comparison = CmpRHSC->getAPIntValue(); in combineSetCCAtomicArith()