Searched refs:ConstTy (Results 1 – 3 of 3) sorted by relevance
1411 SPIRVType *ConstTy = this->MRI->getVRegDef(MO.getReg()); in selectConstVector() local1412 assert(ConstTy && ConstTy->getOpcode() == SPIRV::ASSIGN_TYPE && in selectConstVector()1413 ConstTy->getOperand(1).isReg()); in selectConstVector()1414 Register ConstReg = ConstTy->getOperand(1).getReg(); in selectConstVector()2391 SPIRVType *ConstTy = this->MRI->getVRegDef(ThreadIdReg); in selectSpvThreadId() local2392 assert(ConstTy && ConstTy->getOpcode() == SPIRV::ASSIGN_TYPE && in selectSpvThreadId()2393 ConstTy->getOperand(1).isReg()); in selectSpvThreadId()2394 Register ConstReg = ConstTy->getOperand(1).getReg(); in selectSpvThreadId()
657 Type *ConstTy = in findAndMakeBaseConstant() local660 RebasedConstantInfo(std::move(ConstCand->Uses), Offset, ConstTy)); in findAndMakeBaseConstant()
2934 LLT ConstTy = MRI.getType(ConstReg); in applyFunnelShiftConstantModulo() local2942 APInt(ConstTy.getSizeInBits(), DstTy.getScalarSizeInBits())); in applyFunnelShiftConstantModulo()2944 auto NewConstInstr = Builder.buildConstant(ConstTy, NewConst.getZExtValue()); in applyFunnelShiftConstantModulo()