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