Searched defs:intType (Results 1 – 4 of 4) sorted by relevance
224 Type * intType = Type::getInt32Ty(builder.getContext()); in texcoordWrap() local278 Type * intType = builder.getInt32Ty(); in tex2D() local340 Type * const intType = Type::getInt32Ty(builder.getContext()); in FCmpGT() local371 Type * const intType = builder.getInt32Ty(); in texCube() local
264 Type * const intType = builder.getInt32Ty(); in GenerateFSBlend() local425 Type * intType = builder.getInt32Ty(); in ScanLineFunctionType() local454 Type * intType = builder.getInt32Ty(); in GenerateScanLine() local
109 prims.put(CtClass.intType, INTEGER); in prims.put()
100 public static CtClass intType; field in CtClass