Lines Matching refs:BinaryOperator
2226 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);2234 cast<BinaryOperator>(I)->setHasNoSignedWrap(true);2236 cast<BinaryOperator>(I)->setHasNoUnsignedWrap(true);2242 cast<BinaryOperator>(I)->setIsExact(true);