Searched refs:OtherSrc (Results 1 – 2 of 2) sorted by relevance
562 Operand *OtherSrc = Item.Src; in advancedPhiLowering() local563 if (Item.NumPred && sameVarOrReg(Target, Dest, OtherSrc)) { in advancedPhiLowering()565 Variable *Tmp = Func->makeVariable(OtherSrc->getType()); in advancedPhiLowering()568 Split->appendInst(InstAssign::create(Func, Tmp, OtherSrc)); in advancedPhiLowering()570 updatePreds(Desc, Target, llvm::cast<Variable>(OtherSrc)); in advancedPhiLowering()
963 Value *OtherSrc = Cmp->getOperand(OtherIdx); in rewriteWithNewAddressSpaces() local965 if (Value *OtherNewV = ValueWithNewAddrSpace.lookup(OtherSrc)) { in rewriteWithNewAddressSpaces()974 if (auto *KOtherSrc = dyn_cast<Constant>(OtherSrc)) { in rewriteWithNewAddressSpaces()