Searched refs:BITWISE_NOT (Results 1 – 5 of 5) sorted by relevance
35 BITWISE_NOT = 3, enumerator138 Operator& Operator::create<Operator::BITWISE_NOT>();
55 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
94 Operator& Operator::create<Operator::BITWISE_NOT>() { in create()95 static UnaryOp<Operator::BITWISE_NOT> op; in create()
53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval( in eval()
657 &Operator::create<Operator::BITWISE_NOT>());