Lines Matching defs:CI
727 CallInst *CI = B.CreateCall(StrLen, castToCStr(Ptr, B), "strlen"); in emitStrLen() local
745 CallInst *CI = B.CreateCall( in emitStrChr() local
763 CallInst *CI = B.CreateCall( in emitStrNCmp() local
781 CallInst *CI = in emitStrCpy() local
798 CallInst *CI = B.CreateCall( in emitStrNCpy() local
822 CallInst *CI = B.CreateCall(MemCpy, {Dst, Src, Len, ObjSize}); in emitMemCpyChk() local
839 CallInst *CI = B.CreateCall(MemChr, {castToCStr(Ptr, B), Val, Len}, "memchr"); in emitMemChr() local
858 CallInst *CI = B.CreateCall( in emitMemCmp() local
890 CallInst *CI = B.CreateCall(Callee, Op, Name); in emitUnaryFloatFnCall() local
906 CallInst *CI = B.CreateCall(Callee, {Op1, Op2}, Name); in emitBinaryFloatFnCall() local
922 CallInst *CI = B.CreateCall(PutChar, in emitPutChar() local
943 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), "puts"); in emitPutS() local
961 CallInst *CI = B.CreateCall(F, {Char, File}, "fputc"); in emitFPutC() local
979 CallInst *CI = B.CreateCall(F, {castToCStr(Str, B), File}, "fputs"); in emitFPutS() local
1000 CallInst *CI = in emitFWrite() local