Home | History | Annotate | Download | only in IR

Lines Matching refs:AllOnes

1925   Constant *AllOnes = Constant::getAllOnesValue(Op->getType());
1926 return new BinaryOperator(Instruction::Xor, Op, AllOnes,