Home
last modified time | relevance | path

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

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