Home | History | Annotate | Download | only in Utils

Lines Matching refs:BinaryOperator

59   BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V);
60 BinaryOperator *Sub = BinaryOperator::Create(Instruction::Sub, V, V);
61 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V);
63 BinaryOperator *AddClone = this->clone(Add);
64 BinaryOperator *SubClone = this->clone(Sub);
65 BinaryOperator *MulClone = this->clone(Mul);
142 BinaryOperator *SDiv = BinaryOperator::Create(Instruction::SDiv, V, V);