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::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
55 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
65 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
71 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
77 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
83 GateRef CircuitBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
294 GateRef CircuitBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
308 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow()
321 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
342 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()