Searched refs:isUniform (Results 1 – 1 of 1) sorted by relevance
573 bool isUniform(Value *V);1165 bool LoopVectorizationLegality::isUniform(Value *V) { in isUniform() function in LoopVectorizationLegality1223 bool UniformLoad = LI && Legal->isUniform(Ptr); in vectorizeMemoryInstruction()1284 assert(!Legal->isUniform(SI->getPointerOperand()) && in vectorizeMemoryInstruction()3930 if (isUniform(Ptr)) { in canVectorizeMemory()