Home
last modified time | relevance | path

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

/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp616 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
624 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp616 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
624 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp616 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
624 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp614 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
622 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp615 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
623 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp593 auto hasUndefInSelect = [](SelectInst &SI) { in EqualityPropUnSafe() local
601 if ((LSI && hasUndefInSelect(*LSI)) || (RSI && hasUndefInSelect(*RSI))) in EqualityPropUnSafe()