Lines Matching refs:LLVMConstInt
410 LLVMConstInt(fJIT.fInt32Type, in getLValue()
415 LLVMConstInt(fJIT.fInt32Type, i, false), in getLValue()
422 LLVMConstInt(fJIT.fInt32Type, in getLValue()
433 LLVMConstInt( in getLValue()
439 LLVMConstInt(fJIT.fInt32Type, in getLValue()
446 LLVMConstInt(fJIT.fInt32Type, in getLValue()
490 LLVMConstInt(fInt32Type, i, false), in vectorize()
705 LLVMValueRef incomingValues[2] = { right, LLVMConstInt(fInt1Type, 0, false) }; in compileBinary()
723 LLVMValueRef incomingValues[2] = { right, LLVMConstInt(fInt1Type, 1, false) }; in compileBinary()
745 LLVMValueRef one = LLVMConstInt(this->getType(p.fType), 1, false); in compilePostfix()
781 LLVMValueRef one = LLVMConstInt(this->getType(p.fType), 1, false); in compilePrefix()
788 return LLVMBuildSub(builder, LLVMConstInt(this->getType(p.fType), 0, false), base, "-"); in compilePrefix()
841 LLVMValueRef stage = LLVMConstInt(fInt32Type, a.fStage, 0); in appendStage()
938 LLVMConstInt(fInt32Type, i, false), in compileConstructor()
949 LLVMConstInt(fInt32Type, in compileConstructor()
954 LLVMConstInt(fInt32Type, index++, false), in compileConstructor()
959 LLVMConstInt(fInt32Type, index++, false), in compileConstructor()
980 LLVMConstInt(fInt32Type, in compileSwizzle()
985 LLVMConstInt(fInt32Type, i, false), in compileSwizzle()
992 LLVMConstInt(fInt32Type, in compileSwizzle()
1032 return LLVMConstInt(fInt1Type, ((BoolLiteral&) expr).fValue, false); in compileExpression()
1036 return LLVMConstInt(this->getType(expr.fType), ((IntLiteral&) expr).fValue, true); in compileExpression()
1281 LLVMBuildStore(builder, LLVMConstInt(fInt32Type, 0, false), ivar); in compileStageFunctionLoop()
1292 LLVMValueRef vectorSize = LLVMConstInt(fInt32Type, fVectorCount, false); in compileStageFunctionLoop()
1305 LLVMConstInt(fInt32Type, i, false), in compileStageFunctionLoop()
1317 LLVMConstInt(fInt32Type, 0, in compileStageFunctionLoop()
1325 LLVMConstInt(fInt32Type, 1, in compileStageFunctionLoop()
1333 LLVMConstInt(fInt32Type, 2, in compileStageFunctionLoop()
1341 LLVMConstInt(fInt32Type, 3, in compileStageFunctionLoop()
1346 LLVMValueRef inc = LLVMBuildAdd(builder, iload, LLVMConstInt(fInt32Type, 1, false), "inc i"); in compileStageFunctionLoop()
1360 LLVMConstInt(fInt64Type, PTR_SIZE, false), in compileStageFunctionLoop()
1518 LLVMValueRef index = LLVMConstInt(fInt32Type, i, false); \ in compileVectorConstructor()
1689 LLVMConstInt(fInt64Type, PTR_SIZE, in compileStageFunctionVector()