Searched refs:CmpRHSC (Results 1 – 2 of 2) sorted by relevance
1666 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local1667 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()2171 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local2172 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
46457 auto *CmpRHSC = dyn_cast<ConstantSDNode>(CmpRHS); in combineSetCCAtomicArith() local46458 if (!CmpRHSC) in combineSetCCAtomicArith()46461 APInt Comparison = CmpRHSC->getAPIntValue(); in combineSetCCAtomicArith()