Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:intTy

121   if (auto intTy = dyn_cast<IntegerType>(Ty)) {
126 switch (intTy->getIntegerBitWidth()) {
997 if(auto *IntTy = dyn_cast<IntegerType>(Ty)) {
998 switch(IntTy->getBitWidth()) {