Home
last modified time | relevance | path

Searched refs:OrC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp705 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local
706 Value *NewSel = Builder.CreateSelect(Cond, Zero, OrC, "masksel", &Sel); in foldSetClearBits()
714 Constant *OrC = ConstantInt::get(Ty, *C); in foldSetClearBits() local
715 Value *NewSel = Builder.CreateSelect(Cond, OrC, Zero, "masksel", &Sel); in foldSetClearBits()
H A DInstCombineAndOrXor.cpp1795 const APInt *OrC; in visitAnd() local
1796 if (match(Op0, m_OneUse(m_Or(m_Value(X), m_APInt(OrC))))) { in visitAnd()
1803 APInt Together = *C & *OrC; in visitAnd()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17820 ConstantSDNode *OrC = dyn_cast<ConstantSDNode>(Op1->getOperand(1)); in PerformCMOVToBFICombine() local
17821 if (!OrC) in PerformCMOVToBFICombine()
17829 APInt OrCI = OrC->getAPIntValue(); in PerformCMOVToBFICombine()