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

/external/llvm/include/llvm/IR/
H A DConstants.h818 /// ConstantExpr - a constant value that is initialized with an expression using
822 /// constant expressions. The Opcode field for the ConstantExpr class is
824 class ConstantExpr : public Constant { class in namespace:llvm
828 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps) function in class:llvm::ConstantExpr
835 // Static methods to construct a ConstantExpr of different kinds. Note that
837 // ConstantExpr class, because they will attempt to fold the constant
1149 /// as this ConstantExpr. The instruction is not linked to any basic block.
1152 /// which would take a ConstantExpr parameter, but that would have spread
1153 /// implementation details of ConstantExpr outside of Constants.cpp, which
1174 struct OperandTraits<ConstantExpr>
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml273 | ConstantExpr Constructor in type:ValueKind/t
H A Dllvm_ocaml.c486 ConstantExpr, enumerator in enum:ValueKind
513 DEFINE_CASE(Val, ConstantExpr);

Completed in 1374 milliseconds