Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10552 APInt CurrentUsedBits = LS.getUsedBits(); in SliceUpLoad() local
10555 if ((CurrentUsedBits & UsedBits) != 0) in SliceUpLoad()
10558 UsedBits |= CurrentUsedBits; in SliceUpLoad()