Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2074 unsigned OtherEltAlign = MemAlignment; in RewriteMemIntrinUserOfAlloca() local
2097 OtherEltAlign = (unsigned)MinAlign(OtherEltAlign, EltOffset); in RewriteMemIntrinUserOfAlloca()
2108 Value *Elt = new LoadInst(OtherElt, "tmp", false, OtherEltAlign, MI); in RewriteMemIntrinUserOfAlloca()
2113 new StoreInst(Elt, OtherElt, false, OtherEltAlign, MI); in RewriteMemIntrinUserOfAlloca()
2175 Builder.CreateMemCpy(Dst, Src, EltSize, OtherEltAlign,MI->isVolatile()); in RewriteMemIntrinUserOfAlloca()
2177 Builder.CreateMemMove(Dst, Src, EltSize,OtherEltAlign,MI->isVolatile()); in RewriteMemIntrinUserOfAlloca()