Searched refs:UpgradeSSE41Function (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DAutoUpgrade.cpp30 static bool UpgradeSSE41Function(Function* F, Intrinsic::ID IID, function
107 return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestc, NewFn);
109 return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestz, NewFn);
111 return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestnzc, NewFn);

Completed in 145 milliseconds