HomeSort by relevance Sort by last modified time
    Searched refs:srcAlign (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 638 unsigned srcAlign = srcAlloca->getAlignment();
639 if (!srcAlign)
640 srcAlign = TD->getABITypeAlignment(srcAlloca->getAllocatedType());
641 bool isDestSufficientlyAligned = srcAlign <= cpyAlign;
712 cast<AllocaInst>(cpyDest)->setAlignment(srcAlign);
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 299 CharUnits srcAlign) {
301 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddr(), type, srcAlign);
    [all...]

Completed in 45 milliseconds