Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2637 const bool IsStorePastEnd = DL.getTypeStoreSize(V->getType()) > SliceSize; in visitStoreInst() local
2642 (IsStorePastEnd && NewAllocaTy->isIntegerTy() && in visitStoreInst()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2525 const bool IsStorePastEnd = DL.getTypeStoreSize(V->getType()) > SliceSize; in visitStoreInst() local
2530 (IsStorePastEnd && NewAllocaTy->isIntegerTy() && in visitStoreInst()