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.cpp21317 APInt StoreInt(SizeInBits, 0); in mergeStoresOfConstantsOrVecElts() local
21328 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
21330 StoreInt |= C->getAPIntValue() in mergeStoresOfConstantsOrVecElts()
21334 StoreInt |= C->getValueAPF() in mergeStoresOfConstantsOrVecElts()
21351 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in mergeStoresOfConstantsOrVecElts()