Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateIntCast

833     Value *Val = B.CreateIntCast(CI->getArgOperand(1), B.getInt8Ty(), false);
1005 V = B.CreateIntCast(V, B.getInt32Ty(), false);
1117 return B.CreateIntCast(Res, CI->getType(), true);
1141 return B.CreateIntCast(Res, CI->getType(), true);
1242 return B.CreateIntCast(Len, CI->getType(), false);
1433 return B.CreateIntCast(Res, CI->getType(), true);