Searched refs:expandUnionPredicate (Results 1 – 2 of 2) sorted by relevance
304 Value *expandUnionPredicate(const SCEVUnionPredicate *Pred, Instruction *Loc);
2340 return expandUnionPredicate(cast<SCEVUnionPredicate>(Pred), IP); in expandCodeForPredicate()2518 Value *SCEVExpander::expandUnionPredicate(const SCEVUnionPredicate *Union, in expandUnionPredicate() function in SCEVExpander