Searched refs:TruncDemandedBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16454 APInt TruncDemandedBits = local
16462 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits))
16468 if (SimplifyDemandedBits(Value, TruncDemandedBits)) {

Completed in 106 milliseconds