Searched refs:WCOrGuard (Results 1 – 1 of 1) sorted by relevance
124 static Instruction *findInsertionPointForWideCondition(Instruction *WCOrGuard) { in findInsertionPointForWideCondition() argument125 if (isGuard(WCOrGuard)) in findInsertionPointForWideCondition()126 return WCOrGuard; in findInsertionPointForWideCondition()127 if (auto WC = extractWidenableCondition(WCOrGuard)) in findInsertionPointForWideCondition()