Searched refs:IntOperand (Results 1 – 4 of 4) sorted by relevance
15 def IntOperand: Operand<i32>;20 let InOperandList = (ins IntOperand:$imm);25 def FooBraces : InstAlias<"foo \\{$imm\\}", (foo IntOperand:$imm)>;
14 def IntOperand: Operand<i32>;22 let InOperandList = (ins Reg:$reg, IntOperand:$imm);
27 def IntOperand: Operand<i32>;
442 void int_op_push_back(unsigned IntOperand) { in int_op_push_back() argument446 IntOperands[NumIntOperands++] = IntOperand; in int_op_push_back()