Home | History | Annotate | Download | only in Utils

Lines Matching refs:getInt32

1251         return B.getInt32(0);
1253 return B.getInt32(CI->getValue().countTrailingZeros() + 1);
1265 return B.CreateSelect(Cond, V, B.getInt32(0));
1297 Op = B.CreateSub(Op, B.getInt32('0'), "isdigittmp");
1298 Op = B.CreateICmpULT(Op, B.getInt32(10), "isdigit");
1313 Op = B.CreateICmpULT(Op, B.getInt32(128), "isascii");
1357 Value *Res = EmitPutChar(B.getInt32(FormatStr[0]), B, TD, TLI);
1459 Ptr = B.CreateGEP(Ptr, B.getInt32(1), "nul");
1659 Value *Res = EmitPutChar(B.getInt32('\n'), B, TD, TLI);