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

  /external/proguard/src/proguard/gui/splash/
ConstantInt.java 28 public class ConstantInt implements VariableInt
34 * Creates a new ConstantInt.
37 public ConstantInt(int value)
  /external/llvm/include/llvm/IR/
Constants.h 47 class ConstantInt : public Constant {
50 ConstantInt(const ConstantInt &) = delete;
51 ConstantInt(IntegerType *Ty, const APInt& V);
64 static ConstantInt *getTrue(LLVMContext &Context);
65 static ConstantInt *getFalse(LLVMContext &Context);
70 /// value. Otherwise return a ConstantInt for the given value.
73 /// Return a ConstantInt with the specified integer value for the specified
78 /// @brief Get a ConstantInt for a specific value.
79 static ConstantInt *get(IntegerType *Ty, uint64_t V
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 93 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
108 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
130 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
152 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
174 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 275 | ConstantInt
    [all...]
llvm_ocaml.c 488 ConstantInt,
515 DEFINE_CASE(Val, ConstantInt);
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 195 milliseconds