Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AndC

336         Constant *AndC = Constant::getIntegerValue(VTy,
338 Instruction *And = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
361 Constant *AndC =
363 Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC);