Lines Matching refs:BinaryOperator
2950 if (NUW) cast<BinaryOperator>(Inst)->setHasNoUnsignedWrap(true);
2951 if (NSW) cast<BinaryOperator>(Inst)->setHasNoSignedWrap(true);
2965 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);
3340 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
3357 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);