Searched refs:CmpRHSC (Results 1 – 3 of 3) sorted by relevance
1586 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local1587 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()2077 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local2078 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
1667 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local1668 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()2183 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local2184 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
33000 auto *CmpRHSC = dyn_cast<ConstantSDNode>(CmpRHS); in combineSetCCAtomicArith() local33001 if (!CmpRHSC) in combineSetCCAtomicArith()33004 APInt Comparison = CmpRHSC->getAPIntValue(); in combineSetCCAtomicArith()