Searched refs:isTypeVector (Results 1 – 5 of 5) sorted by relevance
64 if (isTypeVector()) in getBitWidth()144 return isTypeVector() || isTypeArray() || isTypeStruct(); in isTypeComposite()214 SPIRVType::isTypeVector() const { in isTypeVector() function in SPIRV::SPIRVType220 return isTypeVector() && getVectorComponentType()->isTypeBool(); in isTypeVectorBool()225 return isTypeVector() && getVectorComponentType()->isTypeInt(); in isTypeVectorInt()230 return isTypeVector() && getVectorComponentType()->isTypeFloat(); in isTypeVectorFloat()
619 if (getValueType(Op1)->isTypeVector()) {900 if (getValueType(Op1)->isTypeVector()) {977 SPIRVType *conTy = getValueType(Condition)->isTypeVector() ?1056 SPIRVType *resTy = Type->isTypeVector() ?1058 SPIRVType *opTy = Type->isTypeVector() ?1069 assert((Type->isTypeVector() ? (Type->getVectorComponentCount() ==1313 getValueType(Composite)->isTypeVector());1355 getValueType(Composite)->isTypeVector());1523 assert(getValueType(VectorId)->isTypeVector());1554 assert(getValueType(VectorId)->isTypeVector());[all …]
97 bool isTypeVector() const;
1661 if (CE->getComposite()->getType()->isTypeVector()) { in transValueWithoutDecoration()1685 if (CI->getComposite()->getType()->isTypeVector()) { in transValueWithoutDecoration()2040 if (T && T->isTypeVector()) in getOCLBuiltinName()2323 if (T->isTypeVector()) { in transOCLVectorLoadStore()
197 if (Ty->isTypeVector()) { in mapSPIRVTypeToOCLType()