Searched refs:valType (Results 1 – 4 of 4) sorted by relevance
2522 auto valType = getVal().getType(); in verify() local2523 if (valType != ptrType.getElementType()) in verify()2527 if (resType != valType) in verify()2534 auto intType = valType.dyn_cast<IntegerType>(); in verify()2538 !valType.isa<Float16Type>() && !valType.isa<Float32Type>() && in verify()2539 !valType.isa<Float64Type>()) in verify()2542 auto intType = valType.dyn_cast<IntegerType>(); in verify()2604 auto valType = getVal().getType(); in verify() local2608 auto intType = valType.dyn_cast<IntegerType>(); in verify()2612 !valType.isa<BFloat16Type>() && !valType.isa<Float16Type>() && in verify()[all …]
443 if (auto valType{arg[1]->GetType()}) { in FoldLocationCall() local444 if (auto compareType{ComparisonType(*type, *valType)}) { in FoldLocationCall()
591 auto valType = val.getType(); in verifyBlockReadWritePtrAndValTypes() local592 if (auto valVecTy = valType.dyn_cast<VectorType>()) in verifyBlockReadWritePtrAndValTypes()593 valType = valVecTy.getElementType(); in verifyBlockReadWritePtrAndValTypes()595 if (valType != ptr.getType().cast<spirv::PointerType>().getPointeeType()) { in verifyBlockReadWritePtrAndValTypes()
962 Type valType = value.getType();965 valType.isa<pdl::RangeType>() ? pdl::RangeType::get(typeType)