Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19761 const APInt &CValue = Cst->getAPIntValue(); in visitSTORE() local
19762 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()
19763 if (NewVal != CValue) { in visitSTORE()