Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11159 APInt StoreInt(SizeInBits, 0); in MergeStoresOfConstantsOrVecElts() local
11170 StoreInt <<= ElementSizeBytes * 8; in MergeStoresOfConstantsOrVecElts()
11172 StoreInt |= C->getAPIntValue().zext(SizeInBits); in MergeStoresOfConstantsOrVecElts()
11174 StoreInt |= C->getValueAPF().bitcastToAPInt().zext(SizeInBits); in MergeStoresOfConstantsOrVecElts()
11182 StoredVal = DAG.getConstant(StoreInt, DL, StoreTy); in MergeStoresOfConstantsOrVecElts()