Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:BinaryOperator

3259     if (NUW) cast<BinaryOperator>(Inst)->setHasNoUnsignedWrap(true);
3260 if (NSW) cast<BinaryOperator>(Inst)->setHasNoSignedWrap(true);
3284 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);
3667 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
3684 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);