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/
Constants.h 50 class ConstantInt : public Constant {
53 ConstantInt(const ConstantInt &); // DO NOT IMPLEMENT
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 *get(IntegerType *Ty, uint64_t V
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 56 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
69 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
93 return ConstantInt::get(Ty, 0);
128 Constant *C = ConstantInt::get(Ty->getContext(), V);
143 return ConstantInt::get(Ty->getContext(),
184 if (ConstantInt *CI = dyn_cast<ConstantInt>(Elt))
242 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 256 milliseconds