Searched refs:IsNVVM (Results 1 – 1 of 1) sorted by relevance
1820 bool IsNVVM = Name.startswith("nvvm."); in UpgradeIntrinsicCall() local1821 if (IsNVVM) in UpgradeIntrinsicCall()3597 } else if (IsNVVM && (Name == "abs.i" || Name == "abs.ll")) { in UpgradeIntrinsicCall()3603 } else if (IsNVVM && (Name.startswith("atomic.load.add.f32.p") || in UpgradeIntrinsicCall()3609 } else if (IsNVVM && (Name == "max.i" || Name == "max.ll" || in UpgradeIntrinsicCall()3617 } else if (IsNVVM && (Name == "min.i" || Name == "min.ll" || in UpgradeIntrinsicCall()3625 } else if (IsNVVM && Name == "clz.ll") { in UpgradeIntrinsicCall()3633 } else if (IsNVVM && Name == "popc.ll") { in UpgradeIntrinsicCall()3642 } else if (IsNVVM && Name == "h2f") { in UpgradeIntrinsicCall()