Searched refs:TLIFunc (Results 1 – 1 of 1) sorted by relevance
51 Function *TLIFunc = M->getFunction(TLIName); in getTLIFunction() local52 if (!TLIFunc) { in getTLIFunction()53 TLIFunc = in getTLIFunction()56 TLIFunc->copyAttributesFrom(ScalarFunc); in getTLIFunction()59 << TLIName << "` of type `" << *(TLIFunc->getType()) in getTLIFunction()65 appendToCompilerUsed(*M, {TLIFunc}); in getTLIFunction()70 return TLIFunc; in getTLIFunction()200 Function *TLIFunc = getTLIFunction(I.getModule(), VectorFTy, in replaceWithCallToVeclib() local203 replaceWithTLIFunction(I, *OptInfo, TLIFunc); in replaceWithCallToVeclib()205 << "` with call to `" << TLIFunc->getName() << "`.\n"); in replaceWithCallToVeclib()