Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21532 const APInt &CValue = Cst->getAPIntValue(); in visitSTORE() local
21533 APInt NewVal = CValue & TruncDemandedBits; in visitSTORE()
21534 if (NewVal != CValue) { in visitSTORE()