Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17405 APInt CurrentUsedBits = LS.getUsedBits(); in SliceUpLoad() local
17408 if ((CurrentUsedBits & UsedBits) != 0) in SliceUpLoad()
17411 UsedBits |= CurrentUsedBits; in SliceUpLoad()