Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp497 unsigned SrcValStoreSize = in getLoadValueForLoad() local
500 if (Offset + LoadSize > SrcValStoreSize) { in getLoadValueForLoad()
530 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in getLoadValueForLoad()
542 unsigned SrcValStoreSize = in getConstantLoadValueForLoad() local
545 if (Offset + LoadSize > SrcValStoreSize) in getConstantLoadValueForLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp411 unsigned SrcValStoreSize = DL.getTypeStoreSize(SrcVal->getType()); in getLoadValueForLoad() local
413 if (Offset + LoadSize > SrcValStoreSize) { in getLoadValueForLoad()
443 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in getLoadValueForLoad()
455 unsigned SrcValStoreSize = DL.getTypeStoreSize(SrcVal->getType()); in getConstantLoadValueForLoad() local
457 if (Offset + LoadSize > SrcValStoreSize) in getConstantLoadValueForLoad()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1031 unsigned SrcValStoreSize = DL.getTypeStoreSize(SrcVal->getType()); in GetLoadValueForLoad() local
1033 if (Offset+LoadSize > SrcValStoreSize) { in GetLoadValueForLoad()
1065 RV = Builder.CreateLShr(RV, (NewLoadSize - SrcValStoreSize) * 8); in GetLoadValueForLoad()