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

  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGExprScalar.cpp 123 Value *AlignmentValue = CGF.EmitScalarExpr(AVAttr->getAlignment());
124 llvm::ConstantInt *AlignmentCI = cast<llvm::ConstantInt>(AlignmentValue);
    [all...]
CGBuiltin.cpp 629 Value *AlignmentValue = EmitScalarExpr(E->getArg(1));
630 ConstantInt *AlignmentCI = cast<ConstantInt>(AlignmentValue);
    [all...]

Completed in 400 milliseconds