Searched refs:SrcValStoreSize (Results 1 – 1 of 1) sorted by relevance
373 unsigned SrcValStoreSize = DL.getTypeStoreSize(SrcVal->getType()); in getLoadValueForLoad() local375 if (Offset + LoadSize > SrcValStoreSize) { in getLoadValueForLoad()405 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in getLoadValueForLoad()417 unsigned SrcValStoreSize = DL.getTypeStoreSize(SrcVal->getType()); in getConstantLoadValueForLoad() local419 if (Offset + LoadSize > SrcValStoreSize) in getConstantLoadValueForLoad()