Searched refs:fInt32Type (Results 1 – 2 of 2) sorted by relevance
109 fInt32Type = LLVMInt32TypeInContext(fContext); in JIT()112 fInt32VectorType = LLVMVectorType(fInt32Type, fVectorCount); in JIT()113 fInt32Vector2Type = LLVMVectorType(fInt32Type, 2); in JIT()114 fInt32Vector3Type = LLVMVectorType(fInt32Type, 3); in JIT()115 fInt32Vector4Type = LLVMVectorType(fInt32Type, 4); in JIT()240 return fInt32Type; in getType()243 return fInt32Type; in getType()410 LLVMConstInt(fJIT.fInt32Type, in getLValue()415 LLVMConstInt(fJIT.fInt32Type, i, false), in getLValue()422 LLVMConstInt(fJIT.fInt32Type, in getLValue()[all …]
315 LLVMTypeRef fInt32Type; variable