Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4151 Constant *BestValue = nullptr; in visitFreeze() local
4160 if (!BestValue) in visitFreeze()
4161 BestValue = C; in visitFreeze()
4162 else if (BestValue != C) in visitFreeze()
4163 BestValue = NullValue; in visitFreeze()
4165 assert(BestValue && "Must have at least one use"); in visitFreeze()
4166 return BestValue; in visitFreeze()