Lines Matching refs:getInt32Ty
1255 Type *I32Ty = B.getInt32Ty(); in emitStrChr()
1264 LibFunc_strncmp, B.getInt32Ty(), in emitStrNCmp()
1335 {B.getInt8PtrTy(), B.getInt32Ty(), DL.getIntPtrType(Context)}, in emitMemChr()
1343 LibFunc_memcmp, B.getInt32Ty(), in emitMemCmp()
1352 LibFunc_bcmp, B.getInt32Ty(), in emitBCmp()
1361 {B.getInt8PtrTy(), B.getInt8PtrTy(), B.getInt32Ty(), Len->getType()}, in emitMemCCpy()
1370 return emitLibCall(LibFunc_snprintf, B.getInt32Ty(), in emitSNPrintf()
1380 return emitLibCall(LibFunc_sprintf, B.getInt32Ty(), in emitSPrintf()
1416 LibFunc_vsnprintf, B.getInt32Ty(), in emitVSNPrintf()
1423 return emitLibCall(LibFunc_vsprintf, B.getInt32Ty(), in emitVSPrintf()
1542 M->getOrInsertFunction(PutCharName, B.getInt32Ty(), B.getInt32Ty()); in emitPutChar()
1546 B.getInt32Ty(), in emitPutChar()
1565 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1581 FunctionCallee F = M->getOrInsertFunction(FPutcName, B.getInt32Ty(), in emitFPutC()
1582 B.getInt32Ty(), File->getType()); in emitFPutC()
1585 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true, in emitFPutC()
1602 FunctionCallee F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(), in emitFPutS()