Home | History | Annotate | Download | only in Utils

Lines Matching refs:I32Ty

741   Type *I32Ty = B.getInt32Ty();
743 M->getOrInsertFunction("strchr", I8Ptr, I8Ptr, I32Ty, nullptr);
746 StrChr, {castToCStr(Ptr, B), ConstantInt::get(I32Ty, C)}, "strchr");