Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19684 APInt CurrentUsedBits = LS.getUsedBits(); in SliceUpLoad() local
19687 if ((CurrentUsedBits & UsedBits) != 0) in SliceUpLoad()
19690 UsedBits |= CurrentUsedBits; in SliceUpLoad()