Lines Matching refs:getInt32Ty
819 Type *I32Ty = B.getInt32Ty(); in emitStrChr()
838 Value *StrNCmp = M->getOrInsertFunction(StrNCmpName, B.getInt32Ty(), in emitStrNCmp()
916 B.getInt8PtrTy(), B.getInt32Ty(), in emitMemChr()
935 Value *MemCmp = M->getOrInsertFunction(MemCmpName, B.getInt32Ty(), in emitMemCmp()
1029 Value *PutChar = M->getOrInsertFunction(PutCharName, B.getInt32Ty(), B.getInt32Ty()); in emitPutChar()
1033 B.getInt32Ty(), in emitPutChar()
1051 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1066 Constant *F = M->getOrInsertFunction(FPutcName, B.getInt32Ty(), B.getInt32Ty(), in emitFPutC()
1070 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/true, in emitFPutC()
1086 Constant *F = M->getOrInsertFunction(FPutcUnlockedName, B.getInt32Ty(), in emitFPutCUnlocked()
1087 B.getInt32Ty(), File->getType()); in emitFPutCUnlocked()
1090 Char = B.CreateIntCast(Char, B.getInt32Ty(), /*isSigned*/ true, "chari"); in emitFPutCUnlocked()
1106 FPutsName, B.getInt32Ty(), B.getInt8PtrTy(), File->getType()); in emitFPutS()
1123 Constant *F = M->getOrInsertFunction(FPutsUnlockedName, B.getInt32Ty(), in emitFPutSUnlocked()
1226 M->getOrInsertFunction(FGetCUnlockedName, B.getInt32Ty(), File->getType()); in emitFGetCUnlocked()
1245 B.getInt8PtrTy(), B.getInt32Ty(), File->getType()); in emitFGetSUnlocked()