Searched refs:ExistingValue (Results 1 – 3 of 3) sorted by relevance
484 if (Value *ExistingValue = Rewriter.findExistingExpansion(S, InsertPt, L)) in expandSCEVIfNeeded() local485 if (ExistingValue->getType() == ResultTy) in expandSCEVIfNeeded()486 return ExistingValue; in expandSCEVIfNeeded()
732 void addPhiOfOps(PHINode *Op, BasicBlock *BB, Instruction *ExistingValue);2586 Instruction *ExistingValue) { in addPhiOfOps() argument2587 InstrDFS[Op] = InstrToDFSNum(ExistingValue); in addPhiOfOps()2590 RealToTemp[ExistingValue] = Op; in addPhiOfOps()2593 for (auto *U : ExistingValue->users()) in addPhiOfOps()
529 if (Value *ExistingValue = Rewriter.getExactExistingExpansion(S, InsertPt, L)) in expandSCEVIfNeeded() local530 if (ExistingValue->getType() == ResultTy) in expandSCEVIfNeeded()531 return ExistingValue; in expandSCEVIfNeeded()