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 51 class ConstantInt : public Constant {
54 ConstantInt(const ConstantInt &) LLVM_DELETED_FUNCTION;
55 ConstantInt(IntegerType *Ty, const APInt& V);
63 static ConstantInt *getTrue(LLVMContext &Context);
64 static ConstantInt *getFalse(LLVMContext &Context);
69 /// value. Otherwise return a ConstantInt for the given value.
72 /// Return a ConstantInt with the specified integer value for the specified
77 /// @brief Get a ConstantInt for a specific value.
78 static ConstantInt *get(IntegerType *Ty, uint64_t V
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 77 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
90 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
114 return ConstantInt::get(Ty, 0);
150 Constant *C = ConstantInt::get(Ty->getContext(), V);
165 return ConstantInt::get(Ty->getContext(),
206 if (ConstantInt *CI = dyn_cast<ConstantInt>(Elt))
267 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue()
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 221 | ConstantInt
    [all...]
llvm_ocaml.c 421 ConstantInt,
446 DEFINE_CASE(Val, ConstantInt);
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 138 milliseconds