Searched defs:ConstantExpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h784 /// 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 { class in namespace:llvm
791 friend struct ConstantCreator<ConstantExpr,Type,
793 friend struct ConvertConstantType<ConstantExpr, Type>;
796 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps) function in class:llvm::ConstantExpr
803 // Static methods to construct a ConstantExpr of different kinds. Note that
805 // ConstantExpr class, because they will attempt to fold the constant
1079 /// as this ConstantExpr. The instruction is not linked to any basic block.
1082 /// which would take a ConstantExpr paramete
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml219 | ConstantExpr Constructor in type:ValueKind/t
H A Dllvm_ocaml.c419 ConstantExpr, enumerator in enum:ValueKind
444 DEFINE_CASE(Val, ConstantExpr);

Completed in 105 milliseconds