Lines Matching defs:y
25 GateRef CircuitBuilder::Int8Equal(GateRef x, GateRef y) in Int8Equal()
30 GateRef CircuitBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual()
35 GateRef CircuitBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual()
40 GateRef CircuitBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal()
45 GateRef CircuitBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal()
50 GateRef CircuitBuilder::IntPtrLessThan(GateRef x, GateRef y) in IntPtrLessThan()
55 GateRef CircuitBuilder::IntPtrLessThanOrEqual(GateRef x, GateRef y) in IntPtrLessThanOrEqual()
60 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
65 GateRef CircuitBuilder::IntPtrGreaterThanOrEqual(GateRef x, GateRef y) in IntPtrGreaterThanOrEqual()
70 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
80 GateRef CircuitBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
85 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
91 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
142 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
148 GateRef CircuitBuilder::IntPtrAdd(GateRef x, GateRef y) in IntPtrAdd()
153 GateRef CircuitBuilder::IntPtrSub(GateRef x, GateRef y) in IntPtrSub()
158 GateRef CircuitBuilder::IntPtrMul(GateRef x, GateRef y) in IntPtrMul()
163 GateRef CircuitBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
323 GateRef CircuitBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
337 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow()
350 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
371 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()