Searched defs:ConstantInt (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DConstantInt.java28 public class ConstantInt implements VariableInt class in inherits:VariableInt
34 * Creates a new ConstantInt.
37 public ConstantInt(int value) method in class:ConstantInt
/external/llvm/include/llvm/IR/
H A DConstants.h47 class ConstantInt : public Constant { class in namespace:llvm
50 ConstantInt(const ConstantInt &) = delete;
51 ConstantInt(IntegerType *Ty, const APInt& V);
59 static ConstantInt *getTrue(LLVMContext &Context);
60 static ConstantInt *getFalse(LLVMContext &Context);
65 /// value. Otherwise return a ConstantInt for the given value.
68 /// Return a ConstantInt with the specified integer value for the specified
73 /// @brief Get a ConstantInt for a specific value.
74 static ConstantInt *ge
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml275 | ConstantInt Constructor in type:ValueKind/t
H A Dllvm_ocaml.c488 ConstantInt, enumerator in enum:ValueKind
515 DEFINE_CASE(Val, ConstantInt);
/external/llvm/lib/IR/
H A DConstants.cpp77 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
90 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
112 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
134 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
156 if (const ConstantInt *CI = dyn_cast<ConstantInt>(thi
514 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) function in class:ConstantInt
[all...]
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog.java package proguard ...

Completed in 1665 milliseconds