Searched refs:SimplifyPHINode (Results 1 – 2 of 2) sorted by relevance
1883 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local1896 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
4294 static Value *SimplifyPHINode(PHINode *PN, const SimplifyQuery &Q) { in SimplifyPHINode() function5327 Result = SimplifyPHINode(cast<PHINode>(I), Q); in SimplifyInstruction()