Home
last modified time | relevance | path

Searched defs:ConstantInt (Results 1 – 16 of 16) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DConstantInt.java28 public class ConstantInt implements VariableInt class
37 public ConstantInt(int value) in ConstantInt() method in ConstantInt
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h39 class ConstantInt; variable
DScalarEvolutionExpressions.h23 class ConstantInt; variable
/external/lldb/include/lldb/Expression/
DIRForTarget.h27 class ConstantInt; variable
/external/llvm/include/llvm/IR/
DInstructions.h32 class ConstantInt; variable
/external/llvm/lib/IR/
DLLVMContextImpl.h38 class ConstantInt; variable
DConstants.cpp469 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V) in ConstantInt() function in ConstantInt
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h33 class ConstantInt; variable
DDwarfDebug.h43 class ConstantInt; variable
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h24 class ConstantInt; variable
/external/clang/lib/CodeGen/
DCGCleanup.h24 class ConstantInt; variable
DCodeGenModule.h39 class ConstantInt; variable
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml268 | ConstantInt Constructor
Dllvm.mli335 | ConstantInt Constructor
Dllvm_ocaml.c486 ConstantInt, enumerator
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3521 const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values, in SwitchLookupTable()