Searched refs:getVectorIsScalable (Results 1 – 5 of 5) sorted by relevance
198 if (Vec->getType()->getVectorIsScalable()) in generatePoisonChecks()210 if (Vec->getType()->getVectorIsScalable()) in generatePoisonChecks()
373 inline bool getVectorIsScalable() const;
570 bool Type::getVectorIsScalable() const { in getVectorIsScalable() function
165 if (Ty->isVectorTy() && Ty->getVectorIsScalable()) in set()
598 !(Ty->isVectorTy() && Ty->getVectorIsScalable()) && in combineLoadToOperationType()