Searched refs:XorC (Results 1 – 4 of 4) sorted by relevance
356 Constant *XorC = in SimplifyDemandedUseBits() local358 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); in SimplifyDemandedUseBits()
396 Constant *XorC = in SimplifyDemandedUseBits() local398 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC); in SimplifyDemandedUseBits()
14179 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue(); in PerformSubCombine() local14183 DAG.getConstant(~XorC, VT)); in PerformSubCombine()
30796 APInt XorC = cast<ConstantSDNode>(Op1.getOperand(1))->getAPIntValue(); in combineSub() local30800 DAG.getConstant(~XorC, SDLoc(Op1), VT)); in combineSub()