Home
last modified time | relevance | path

Searched refs:INTEGER_VECTOR_OPERATION (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp749 #define INTEGER_VECTOR_OPERATION(OP) \ in visitBinaryOperator() macro
788 case Instruction::Add: INTEGER_VECTOR_OPERATION(+) break; in visitBinaryOperator()
789 case Instruction::Sub: INTEGER_VECTOR_OPERATION(-) break; in visitBinaryOperator()
790 case Instruction::Mul: INTEGER_VECTOR_OPERATION(*) break; in visitBinaryOperator()
795 case Instruction::And: INTEGER_VECTOR_OPERATION(&) break; in visitBinaryOperator()
796 case Instruction::Or: INTEGER_VECTOR_OPERATION(|) break; in visitBinaryOperator()
797 case Instruction::Xor: INTEGER_VECTOR_OPERATION(^) break; in visitBinaryOperator()