Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp851 bool isDestSufficientlyAligned = srcAlign <= cpyAlign; in performCallSlotOptzn() local
854 if (!isDestSufficientlyAligned && !isa<AllocaInst>(cpyDest)) in performCallSlotOptzn()
932 if (!isDestSufficientlyAligned) { in performCallSlotOptzn()