Searched refs:OrC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 831 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local 832 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits() 840 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local 841 Value *NewSel = Builder.CreateSelect(Cond, OrC, Zero, "masksel", &Sel); in foldSetClearBits()
|
| H A D | InstCombineAndOrXor.cpp | 2385 const APInt *OrC; in visitAnd() local 2386 if (match(Op0, m_OneUse(m_Or(m_Value(X), m_APInt(OrC))))) { in visitAnd() 2393 APInt Together = *C & *OrC; in visitAnd()
|
| H A D | InstCombineCompares.cpp | 2093 const APInt *OrC; in foldICmpOrConstant() local 2095 if (C.isNonNegative() && match(Or, m_Or(m_Value(X), m_APInt(OrC)))) { in foldICmpOrConstant() 2101 if (OrC->sge(C)) in foldICmpOrConstant() 2108 if (OrC->sgt(C)) in foldICmpOrConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 18131 ConstantSDNode *OrC = dyn_cast<ConstantSDNode>(Op1->getOperand(1)); in PerformCMOVToBFICombine() local 18132 if (!OrC) in PerformCMOVToBFICombine() 18140 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine()
|