HomeSort by relevance Sort by last modified time
    Searched refs:Constant (Results 26 - 50 of 1954) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
Constant.h 1 //===-- llvm/Constant.h - Constant class definition -------------*- C++ -*-===//
10 // This file contains the declaration of the Constant class.
26 /// of all constant values in an LLVM program. A constant is a value that is
33 /// or expression based (computations yielding a constant value composed of
34 /// only certain operators and other constant values).
41 /// @brief LLVM Constant Representation
42 class Constant : public User {
46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
Constant.h 1 //===-- llvm/Constant.h - Constant class definition -------------*- C++ -*-===//
10 // This file contains the declaration of the Constant class.
26 /// of all constant values in an LLVM program. A constant is a value that is
33 /// or expression based (computations yielding a constant value composed of
34 /// only certain operators and other constant values).
41 /// @brief LLVM Constant Representation
42 class Constant : public User {
46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 1 //===- ConstantFolder.h - Constant folding helper ---------------*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
36 Constant *CreateAdd(Constant *LHS, Constant *RHS,
41 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
45 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
30 #include "llvm/IR/Constant.h"
57 class ConstantData : public Constant {
58 friend class Constant;
63 llvm_unreachable("Constant data does not have operands!");
67 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
87 /// @brief Class for constant integers.
89 friend class Constant;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetFolder.h 1 //====-- llvm/Support/TargetFolder.h - Constant folding helper -*- C++ -*-====//
13 // folding that the ConstantFolder class provides. For general constant
35 /// Fold - Fold the constant using target specific information.
36 Constant *Fold(Constant *C) const {
38 if (Constant *CF = ConstantFoldConstantExpression(CE, TD))
50 Constant *CreateAdd(Constant *LHS, Constant *RHS,
54 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const
    [all...]
ConstantFolder.h 1 //===-- llvm/Support/ConstantFolder.h - Constant folding helper -*- C++ -*-===//
12 // with minimal folding. For general constant creation and folding,
34 Constant *CreateAdd(Constant *LHS, Constant *RHS,
38 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
41 Constant *CreateSub(Constant *LHS, Constant *RHS
    [all...]
NoFolder.h 1 //======-- llvm/Support/NoFolder.h - Constant folding helper -*- C++ -*-======//
13 // want details to be hidden by the constant folder. For general constant
40 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
47 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
50 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/scanner/
ConstantTest.java 23 assertTrue(Constant.LINEBR.has('\n'));
24 assertTrue(Constant.LINEBR.has('\u0085'));
25 assertFalse(Constant.LINEBR.has(' '));
29 assertTrue(Constant.LINEBR.has(' ', " "));
33 assertTrue(Constant.LINEBR.has((char) 0, "\0"));
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 20 * Interface for constant pools, which are, more or less, just lists of
21 * {@link Constant} objects.
25 * Get the "size" of the constant pool. This corresponds to the
27 * always at least one more than the actual size of the constant pool,
35 * Get the {@code n}th entry in the constant pool, which must
38 * @param n {@code n >= 0, n < size();} the constant pool index
43 public Constant get(int n);
46 * Get the {@code n}th entry in the constant pool, which must
50 * @param n {@code n >= 0, n < size();} the constant pool index
55 public Constant get0Ok(int n)
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 1 //===-- llvm/Constants.h - Constant class subclass definitions --*- C++ -*-===//
11 /// This file contains the declarations for the subclasses of Constant,
12 /// which represent the different flavors of constant values that live in LLVM.
27 #include "llvm/IR/Constant.h"
48 class ConstantData : public Constant {
54 friend class Constant;
56 llvm_unreachable("Constant data does not have operands!");
60 explicit ConstantData(Type *Ty, ValueTy VT) : Constant(Ty, VT, nullptr, 0) {}
74 /// @brief Class for constant integers.
81 friend class Constant;
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
Constant.java 20 public final class Constant {
31 public final static Constant LINEBR = new Constant(LINEBR_S);
32 public final static Constant FULL_LINEBR = new Constant(FULL_LINEBR_S);
33 public final static Constant NULL_OR_LINEBR = new Constant(NULL_OR_LINEBR_S);
34 public final static Constant NULL_BL_LINEBR = new Constant(NULL_BL_LINEBR_S);
35 public final static Constant NULL_BL_T_LINEBR = new Constant(NULL_BL_T_LINEBR_S)
    [all...]

Completed in 730 milliseconds

12 3 4 5 6 7 8 91011>>