Searched refs:SimplifyPHINode (Results 1 – 2 of 2) sorted by relevance
2084 auto SimplifyPHINode = [&](PHINode *PN) -> Value * { in replaceCongruentIVs() local2097 if (Value *V = SimplifyPHINode(Phi)) { in replaceCongruentIVs()
4588 static Value *SimplifyPHINode(PHINode *PN, ArrayRef<Value *> IncomingValues, in SimplifyPHINode() function6204 Result = SimplifyPHINode(cast<PHINode>(I), NewOps, Q); in simplifyInstructionWithOperands()