Searched defs:IOR (Results 1 – 7 of 7) sorted by relevance
26 public class IOR extends ArithmeticInstruction { class28 public IOR() { in IOR() method in IOR
121 ArithmeticInstruction IOR = new IOR(); field
120 public static final ArithmeticInstruction IOR = new IOR(); field in InstructionConst
56 def IOR(t, nr, t_format): function
792 short IOR = 128; field
1120 public static final short IOR = 128; field in Const
5139 SDValue IOR = DAG.getNode(ISD::OR, SDLoc(N0), VT, N0.getOperand(0), N1); in visitOR() local