Home
last modified time | relevance | path

Searched refs:CmpRHSC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1667 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch() local
1668 if (CmpRHSC && CmpRHSC->isNullValue()) in X86SelectBranch()
2177 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect() local
2178 if (CmpRHSC && CmpRHSC->isNullValue()) in X86FastEmitSSESelect()
H A DX86ISelLowering.cpp48209 auto *CmpRHSC = dyn_cast<ConstantSDNode>(CmpRHS); in combineSetCCAtomicArith() local
48210 if (!CmpRHSC) in combineSetCCAtomicArith()
48213 APInt Comparison = CmpRHSC->getAPIntValue(); in combineSetCCAtomicArith()