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()181 Function *TLIFunc = in replaceWithCallToVeclib() local184 replaceWithTLIFunction(II, *OptInfo, TLIFunc); in replaceWithCallToVeclib()186 << "` with call to `" << TLIFunc->getName() << "`.\n"); in replaceWithCallToVeclib()