Searched refs:Fsincos (Results 1 – 1 of 1) sorted by relevance
1282 FunctionCallee Fsincos = getFunction(M, nf); in fold_sincos() local1283 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()