OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAlignOf
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/
Constants.h
606
///
getAlignOf
constant expr - computes the alignment of a type in a target
608
static Constant *
getAlignOf
(Type *Ty);
[
all
...]
/external/llvm/lib/VMCore/
ConstantFold.cpp
397
Constant *C = ConstantExpr::
getAlignOf
(ATy->getElementType());
446
Constant *C = ConstantExpr::
getAlignOf
(Ty);
[
all
...]
Constants.cpp
[
all
...]
Core.cpp
619
return wrap(ConstantExpr::
getAlignOf
(unwrap(Ty)));
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
644
more readable. See the method [llvm::ConstantExpr::
getAlignOf
]. *)
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 110 milliseconds