Searched refs:IsLoadChain (Results 1 – 1 of 1) sorted by relevance
322 template <bool IsLoadChain>703 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in splitChainByAlignment() local706 return IsLoadChain ? TTI.getLoadVectorFactor(VF, LoadStoreSize, in splitChainByAlignment()842 if ((IsLoadChain && in splitChainByAlignment()844 (!IsLoadChain && in splitChainByAlignment()875 bool IsLoadChain = isa<LoadInst>(C[0].Inst); in vectorizeChain() local905 if (IsLoadChain) { in vectorizeChain()1004 template <bool IsLoadChain>1012 assert(isa<LoadInst>(ChainElem) == IsLoadChain); in isSafeToMove()1022 if constexpr (IsLoadChain) in isSafeToMove()[all …]