Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14276 APInt StoreInt(SizeInBits, 0); in MergeStoresOfConstantsOrVecElts() local
14287 StoreInt <<= ElementSizeBits; in MergeStoresOfConstantsOrVecElts()
14289 StoreInt |= C->getAPIntValue() in MergeStoresOfConstantsOrVecElts()
14293 StoreInt |= C->getValueAPF() in MergeStoresOfConstantsOrVecElts()
14306 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in MergeStoresOfConstantsOrVecElts()