Home | History | Annotate | Download | only in IR

Lines Matching refs:AllOnes

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