Home
last modified time | relevance | path

Searched refs:BestValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4639 Constant *BestValue = nullptr; in visitFreeze() local
4648 if (!BestValue) in visitFreeze()
4649 BestValue = C; in visitFreeze()
4650 else if (BestValue != C) in visitFreeze()
4651 BestValue = NullValue; in visitFreeze()
4653 assert(BestValue && "Must have at least one use"); in visitFreeze()
4654 return BestValue; in visitFreeze()