Searched refs:OrC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 701 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local 702 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits() 710 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local 711 Value *NewSel = Builder.CreateSelect(Cond, OrC, Zero, "masksel", &Sel); in foldSetClearBits()
|
| D | InstCombineAndOrXor.cpp | 1835 const APInt *OrC; in visitAnd() local 1836 if (match(Op0, m_OneUse(m_Or(m_Value(X), m_APInt(OrC))))) { in visitAnd() 1843 APInt Together = *C & *OrC; in visitAnd()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 16912 ConstantSDNode *OrC = dyn_cast<ConstantSDNode>(Op1->getOperand(1)); in PerformCMOVToBFICombine() local 16913 if (!OrC) in PerformCMOVToBFICombine() 16921 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine()
|