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

/external/llvm/include/llvm/
H A DConstants.h799 /// ConstantExpr - a constant value that is initialized with an expression using
803 /// constant expressions. The Opcode field for the ConstantExpr class is
805 class ConstantExpr : public Constant { class in namespace:llvm
806 friend struct ConstantCreator<ConstantExpr,Type,
808 friend struct ConvertConstantType<ConstantExpr, Type>;
811 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps) function in class:llvm::ConstantExpr
818 // Static methods to construct a ConstantExpr of different kinds. Note that
820 // ConstantExpr class, because they will attempt to fold the constant
1097 static inline bool classof(const ConstantExpr *) { return true; }
1111 struct OperandTraits<ConstantExpr>
[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 75 milliseconds