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

  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGExprScalar.cpp 124 llvm::ConstantInt *AlignmentCI = cast<llvm::ConstantInt>(AlignmentValue);
125 CGF.EmitAlignmentAssumption(V, AlignmentCI->getZExtValue());
    [all...]
CGStmtOpenMP.cpp     [all...]
CGBuiltin.cpp 727 ConstantInt *AlignmentCI = cast<ConstantInt>(AlignmentValue);
728 unsigned Alignment = (unsigned) AlignmentCI->getZExtValue();
    [all...]

Completed in 204 milliseconds