Searched refs:OrC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 854 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local 855 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits() 863 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local 864 Value *NewSel = Builder.CreateSelect(Cond, OrC, Zero, "masksel", &Sel); in foldSetClearBits()
|
| H A D | InstCombineAndOrXor.cpp | 2462 const APInt *OrC; in visitAnd() local 2463 if (match(Op0, m_OneUse(m_Or(m_Value(X), m_APInt(OrC))))) { in visitAnd() 2470 APInt Together = *C & *OrC; in visitAnd()
|
| H A D | InstCombineCompares.cpp | 2138 const APInt *OrC; in foldICmpOrConstant() local 2140 if (C.isNonNegative() && match(Or, m_Or(m_Value(X), m_APInt(OrC)))) { in foldICmpOrConstant() 2146 if (OrC->sge(C)) in foldICmpOrConstant() 2153 if (OrC->sgt(C)) in foldICmpOrConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 18209 ConstantSDNode *OrC = dyn_cast<ConstantSDNode>(Op1->getOperand(1)); in PerformCMOVToBFICombine() local 18210 if (!OrC) in PerformCMOVToBFICombine() 18218 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine()
|