Home
last modified time | relevance | path

Searched refs:DoSext (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp2593 bool DoSext = (StringRef::npos != Name.find("pmovsx")); in UpgradeIntrinsicCall() local
2594 Rep = DoSext ? Builder.CreateSExt(SV, DstTy) in UpgradeIntrinsicCall()