Searched refs:SimplifyPHINode (Results 1 – 2 of 2) sorted by relevance
1715 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local1728 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
3650 static Value *SimplifyPHINode(PHINode *PN, const Query &Q) { in SimplifyPHINode() function4071 Result = SimplifyPHINode(cast<PHINode>(I), Query(DL, TLI, DT, AC, I)); in SimplifyInstruction()