Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp615 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
623 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()