HomeSort by relevance Sort by last modified time
    Searched defs:ConstantExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h 785 /// ConstantExpr - a constant value that is initialized with an expression using
789 /// constant expressions. The Opcode field for the ConstantExpr class is
791 class ConstantExpr : public Constant {
792 friend struct ConstantCreator<ConstantExpr,Type,
794 friend struct ConvertConstantType<ConstantExpr, Type>;
797 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)
804 // Static methods to construct a ConstantExpr of different kinds. Note that
806 // 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 562 milliseconds