Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp133 bool fold_sincos(CallInst * CI, IRBuilder<> &B, AliasAnalysis * AA);
709 return fold_sincos(CI, B, AA); in fold()
1273 bool AMDGPULibCalls::fold_sincos(CallInst *CI, IRBuilder<> &B, in fold_sincos() function in AMDGPULibCalls