Lines Matching full:imm32
630 /// imm32 predicate - Immediate is exactly 32.631 def Imm32AsmOperand: ImmAsmOperand { let Name = "Imm32"; }632 def imm32 : Operand<i32>, ImmLeaf<i32, [{ return Imm == 32; }]> {