Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20303 APInt StoreInt(SizeInBits, 0); in mergeStoresOfConstantsOrVecElts() local
20314 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
20316 StoreInt |= C->getAPIntValue() in mergeStoresOfConstantsOrVecElts()
20320 StoreInt |= C->getValueAPF() in mergeStoresOfConstantsOrVecElts()
20337 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in mergeStoresOfConstantsOrVecElts()