Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1282 FunctionCallee Fsincos = getFunction(M, nf); in fold_sincos() local
1283 if (!Fsincos) in fold_sincos()
1291 Type *PTy = Fsincos.getFunctionType()->getParamType(1); in fold_sincos()
1297 CallInst *Call = CreateCallEx2(B, Fsincos, UI->getArgOperand(0), P); in fold_sincos()