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.h50 class ConstantInt : public Constant { class in namespace:llvm
53 ConstantInt(const ConstantInt &) LLVM_DELETED_FUNCTION;
54 ConstantInt(IntegerType *Ty, const APInt& V);
62 static ConstantInt *getTrue(LLVMContext &Context);
63 static ConstantInt *getFalse(LLVMContext &Context);
68 /// value. Otherwise return a ConstantInt for the given value.
71 /// Return a ConstantInt with the specified integer value for the specified
76 /// @brief Get a ConstantInt for a specific value.
77 static ConstantInt *ge
[all...]
/external/llvm/lib/IR/
H A DConstants.cpp80 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
93 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
117 return ConstantInt::get(Ty, 0);
153 Constant *C = ConstantInt::get(Ty->getContext(), V);
168 return ConstantInt::get(Ty->getContext(),
209 if (ConstantInt *CI = dyn_cast<ConstantInt>(Elt))
267 if (!isa<ConstantInt>(C
426 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) function in class:ConstantInt
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml221 | ConstantInt Constructor in type:ValueKind/t
H A Dllvm_ocaml.c421 ConstantInt, enumerator in enum:ValueKind
446 DEFINE_CASE(Val, ConstantInt);
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...

Completed in 267 milliseconds