Searched defs:I2F (Results 1 – 8 of 8) sorted by relevance
26 public class I2F extends ConversionInstruction { class30 public I2F() { in I2F() method in I2F
126 ConversionInstruction I2F = new I2F(); field
125 public static final ConversionInstruction I2F = new I2F(); field in InstructionConst
119 int I2F = 134; field
498 int I2F = 134; // - field
816 short I2F = 134; field
1150 public static final short I2F = 134; field in Const
1456 static Value *getIntToFPVal(Value *I2F, IRBuilder<> &B) { in getIntToFPVal()