Searched defs:OverflowingBinaryOperator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DOperator.h67 /// OverflowingBinaryOperator - Utility class for integer arithmetic operators
71 class OverflowingBinaryOperator : public Operator { class in namespace:llvm
79 ~OverflowingBinaryOperator(); // do not implement
105 static inline bool classof(const OverflowingBinaryOperator *) { return true; }
189 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Add> {
193 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Sub> {
197 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Mul> {
201 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Shl> {

Completed in 58 milliseconds