Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:resTy

895     SPIRVType *op1Ty, *op2Ty, *resTy;
903 resTy = Type->getVectorComponentType();
911 resTy = Type;
914 assert((resTy->isTypeBool() || resTy->isTypeInt()) &&
1056 SPIRVType *resTy = Type->isTypeVector() ?
1063 (void) resTy;
1064 assert((resTy->isTypeInt() || resTy->isTypeFloat()) &&
1067 assert((resTy->getBitWidth() == opTy->getBitWidth()) &&