Searched refs:VectorBitWidth (Results 1 – 2 of 2) sorted by relevance
570 void llvm::getHorizDemandedEltsForFirstOperand(unsigned VectorBitWidth, in getHorizDemandedEltsForFirstOperand() argument574 assert(VectorBitWidth >= 128 && "Vectors smaller than 128 bit not supported"); in getHorizDemandedEltsForFirstOperand()575 int NumLanes = VectorBitWidth / 128; in getHorizDemandedEltsForFirstOperand()
270 void getHorizDemandedEltsForFirstOperand(unsigned VectorBitWidth,