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 790 /// ConstantExpr - a constant value that is initialized with an expression using
794 /// constant expressions. The Opcode field for the ConstantExpr class is
796 class ConstantExpr : public Constant {
797 friend struct ConstantCreator<ConstantExpr,Type,
799 friend struct ConvertConstantType<ConstantExpr, Type>;
802 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)
809 // Static methods to construct a ConstantExpr of different kinds. Note that
811 // ConstantExpr class, because they will attempt to fold the constant
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 266 | ConstantExpr
    [all...]
llvm_ocaml.c 484 ConstantExpr,
511 DEFINE_CASE(Val, ConstantExpr);
    [all...]

Completed in 314 milliseconds