Home | History | Annotate | Download | only in IR

Lines Matching full:issigned

1134   Value *CreateIntCast(Value *V, Type *DestTy, bool isSigned,
1139 return Insert(Folder.CreateIntCast(VC, DestTy, isSigned), Name);
1140 return Insert(CastInst::CreateIntegerCast(V, DestTy, isSigned), Name);
1145 // isSigned parameter.