Searched refs:SimplifyPHINode (Results 1 – 3 of 3) sorted by relevance
1778 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local1791 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
3710 static Value *SimplifyPHINode(PHINode *PN, const Query &Q) { in SimplifyPHINode() function4215 Result = SimplifyPHINode(cast<PHINode>(I), Query(DL, TLI, DT, AC, I)); in SimplifyInstruction()
2304 static Value *SimplifyPHINode(PHINode *PN, const DominatorTree *DT) { in SimplifyPHINode() function2512 Result = SimplifyPHINode(cast<PHINode>(I), DT); in SimplifyInstruction()