Searched refs:IsNVVM (Results 1 – 1 of 1) sorted by relevance
1417 bool IsNVVM = Name.startswith("nvvm."); in UpgradeIntrinsicCall() local1418 if (IsNVVM) in UpgradeIntrinsicCall()3187 } else if (IsNVVM && (Name == "abs.i" || Name == "abs.ll")) { in UpgradeIntrinsicCall()3193 } else if (IsNVVM && (Name == "max.i" || Name == "max.ll" || in UpgradeIntrinsicCall()3201 } else if (IsNVVM && (Name == "min.i" || Name == "min.ll" || in UpgradeIntrinsicCall()3209 } else if (IsNVVM && Name == "clz.ll") { in UpgradeIntrinsicCall()3217 } else if (IsNVVM && Name == "popc.ll") { in UpgradeIntrinsicCall()3226 } else if (IsNVVM && Name == "h2f") { in UpgradeIntrinsicCall()