OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlignmentCI
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/CodeGen/
CGStmtOpenMP.cpp
[
all
...]
CGExprScalar.cpp
124
llvm::ConstantInt *
AlignmentCI
= cast<llvm::ConstantInt>(AlignmentValue);
125
CGF.EmitAlignmentAssumption(V,
AlignmentCI
->getZExtValue());
[
all
...]
CGBuiltin.cpp
727
ConstantInt *
AlignmentCI
= cast<ConstantInt>(AlignmentValue);
728
unsigned Alignment = (unsigned)
AlignmentCI
->getZExtValue();
[
all
...]
Completed in 3716 milliseconds