Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18648 APInt StoreInt(SizeInBits, 0); in mergeStoresOfConstantsOrVecElts() local
18659 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
18661 StoreInt |= C->getAPIntValue() in mergeStoresOfConstantsOrVecElts()
18665 StoreInt |= C->getValueAPF() in mergeStoresOfConstantsOrVecElts()
18678 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in mergeStoresOfConstantsOrVecElts()