Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp339 unsigned SrcValSize = DL.getTypeStoreSize(SrcVal->getType()).getFixedValue(); in getValueForLoad() local
341 assert(Offset + LoadSize <= SrcValSize); in getValueForLoad()
351 unsigned SrcValSize = DL.getTypeStoreSize(SrcVal->getType()).getFixedValue(); in getConstantValueForLoad() local
353 assert(Offset + LoadSize <= SrcValSize); in getConstantValueForLoad()