Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp651 bool DemandHighBits = true);
7357 bool DemandHighBits) { in MatchBSwapHWordLow() argument
7447 if (DemandHighBits && !LookPassAnd0) in MatchBSwapHWordLow()
7455 unsigned HighBit = DemandHighBits ? OpSizeInBits : 24; in MatchBSwapHWordLow()