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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1387 replaceTrigInsts(SinCalls, Sin);
1388 replaceTrigInsts(CosCalls, Cos);
1389 replaceTrigInsts(SinCosCalls, SinCos);
1443 void replaceTrigInsts(SmallVectorImpl<CallInst*> &Calls, Value *Res) { function in struct:__anon26366::SinCosPiOpt

Completed in 2117 milliseconds