Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAutoUpgrade.cpp926 bool DoSext = (StringRef::npos != Name.find("pmovsx")); in UpgradeIntrinsicCall() local
927 Rep = DoSext ? Builder.CreateSExt(SV, DstTy) in UpgradeIntrinsicCall()