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