OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstantExpr
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Constants.h
784
///
ConstantExpr
- a constant value that is initialized with an expression using
788
/// constant expressions. The Opcode field for the
ConstantExpr
class is
790
class
ConstantExpr
: public Constant {
791
friend struct ConstantCreator<
ConstantExpr
,Type,
793
friend struct ConvertConstantType<
ConstantExpr
, Type>;
796
ConstantExpr
(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)
803
// Static methods to construct a
ConstantExpr
of different kinds. Note that
805
//
ConstantExpr
class, because they will attempt to fold the constant
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
219
|
ConstantExpr
[
all
...]
llvm_ocaml.c
419
ConstantExpr
,
444
DEFINE_CASE(Val,
ConstantExpr
);
[
all
...]
Completed in 2319 milliseconds