xref
: /
freebsd-src
/
contrib
/
llvm-project
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
DAGCombiner.cpp
Home
History
Annotate
Raw
Download
current directory
Lines Matching
defs:IsOr
6249
bool
IsOr
= (LogicOp->getOpcode() == ISD::OR);
6250
if (IsLess ==
IsOr
)