Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLowerMemIntrinsics.h23 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h51 class ConstantInt; variable
H A DScalarEvolutionExpressions.h32 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h67 class ConstantInt; variable
H A DSwitchLoweringUtils.h22 class ConstantInt; variable
H A DMachineOperand.h27 class ConstantInt; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h29 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h27 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h53 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h47 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.h27 class ConstantInt; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h25 class ConstantInt; variable
H A DCodeGenModule.h44 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml315 | ConstantInt Constructor
H A Dllvm.mli350 | ConstantInt Constructor
H A Dllvm_ocaml.c644 ConstantInt, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h31 class ConstantInt; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6017 const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values, in SwitchLookupTable()
6327 const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values) { in reuseTableCompare()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp830 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt() function in ConstantInt