Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateIntCast

217       Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(),
1038 Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false);
1262 V = B.CreateIntCast(V, B.getInt32Ty(), false);
1359 return B.CreateIntCast(Res, CI->getType(), true);
1382 return B.CreateIntCast(Res, CI->getType(), true);
1481 return B.CreateIntCast(Len, CI->getType(), false);
1664 return B.CreateIntCast(Res, CI->getType(), true);