Searched refs:DoSext (Results 1 – 3 of 3) sorted by relevance
926 bool DoSext = (StringRef::npos != Name.find("pmovsx")); in UpgradeIntrinsicCall() local927 Rep = DoSext ? Builder.CreateSExt(SV, DstTy) in UpgradeIntrinsicCall()
2286 bool DoSext = (StringRef::npos != Name.find("pmovsx")); in UpgradeIntrinsicCall() local2287 Rep = DoSext ? Builder.CreateSExt(SV, DstTy) in UpgradeIntrinsicCall()
2412 bool DoSext = (StringRef::npos != Name.find("pmovsx")); in UpgradeIntrinsicCall() local2413 Rep = DoSext ? Builder.CreateSExt(SV, DstTy) in UpgradeIntrinsicCall()