Searched refs:VFnName (Results 1 – 2 of 2) sorted by relevance
4265 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop() local4266 assert(!VFnName.empty() && "Vector function name is empty."); in vectorizeBlockInLoop()4267 VectorF = M->getFunction(VFnName); in vectorizeBlockInLoop()4272 Function::Create(FTy, Function::ExternalLinkage, VFnName, M); in vectorizeBlockInLoop()
4116 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction() local4117 assert(!VFnName.empty() && "Vector function name is empty."); in widenInstruction()4118 VectorF = M->getFunction(VFnName); in widenInstruction()4123 Function::Create(FTy, Function::ExternalLinkage, VFnName, M); in widenInstruction()