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

/external/llvm/include/llvm/IR/
H A DOperator.h75 /// OverflowingBinaryOperator - Utility class for integer arithmetic operators
79 class OverflowingBinaryOperator : public Operator { class in namespace:llvm
329 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Add> {
332 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Sub> {
335 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Mul> {
338 : public ConcreteOperator<OverflowingBinaryOperator, Instruction::Shl> {

Completed in 74 milliseconds