HomeSort by relevance Sort by last modified time
    Searched defs:ConstantInt (Results 1 - 9 of 9) 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/swiftshader/third_party/LLVM/include/llvm/
Constants.h 47 class ConstantInt : public Constant {
49 ConstantInt(const ConstantInt &); // DO NOT IMPLEMENT
50 ConstantInt(IntegerType *Ty, const APInt& V);
58 static ConstantInt *getTrue(LLVMContext &Context);
59 static ConstantInt *getFalse(LLVMContext &Context);
64 /// value. Otherwise return a ConstantInt for the given value.
67 /// Return a ConstantInt with the specified integer value for the specified
72 /// @brief Get a ConstantInt for a specific value.
73 static ConstantInt *get(IntegerType *Ty, uint64_t V
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 275 | ConstantInt
    [all...]
llvm_ocaml.c 533 ConstantInt,
560 DEFINE_CASE(Val, ConstantInt);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 92 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
107 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
129 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
151 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
173 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 54 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
67 if (const ConstantInt *CI = dyn_cast<ConstantInt>(this))
84 return ConstantInt::get(Ty, 0);
117 Constant *C = ConstantInt::get(Ty->getContext(), V);
132 return ConstantInt::get(Ty->getContext(),
201 if (!isa<ConstantInt>(CE->getOperand(1)) ||CE->getOperand(1)->isNullValue())
358 // ConstantInt
361 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 422 ConstantInt,
447 DEFINE_CASE(Val, ConstantInt);
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 303 milliseconds