Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16814 APInt StoreInt(SizeInBits, 0); in mergeStoresOfConstantsOrVecElts() local
16825 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
16827 StoreInt |= C->getAPIntValue() in mergeStoresOfConstantsOrVecElts()
16831 StoreInt |= C->getValueAPF() in mergeStoresOfConstantsOrVecElts()
16844 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in mergeStoresOfConstantsOrVecElts()