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

/external/llvm/include/llvm/
H A DOperator.h68 /// OverflowingBinaryOperator - Utility class for integer arithmetic operators
72 class OverflowingBinaryOperator : public Operator { class in namespace:llvm
80 ~OverflowingBinaryOperator(); // do not implement
106 static inline bool classof(const OverflowingBinaryOperator *) { return true; }
212 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Add> {
216 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Sub> {
220 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Mul> {
224 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Shl> {

Completed in 50 milliseconds