Searched refs:SrcVar1 (Results 1 – 1 of 1) sorted by relevance
859 const auto *SrcVar1 = llvm::cast<Variable>(Src1Op); in emitIASGPRShiftDouble() local860 assert(SrcVar1->hasReg()); in emitIASGPRShiftDouble()861 GPRRegister SrcReg = Traits::getEncodedGPR(SrcVar1->getRegNum()); in emitIASGPRShiftDouble()862 Type Ty = SrcVar1->getType(); in emitIASGPRShiftDouble()