Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15515 const MDNode *OldRanges = LN0->getRanges(); in reduceLoadWidth() local
15520 if (ShAmt == 0 && OldRanges) { in reduceLoadWidth()
15521 ConstantRange CR = getConstantRangeFromMetadata(*OldRanges); in reduceLoadWidth()
15538 NewRanges = OldRanges; in reduceLoadWidth()