Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLowerMemIntrinsics.h22 class ConstantInt; variable
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h51 class ConstantInt; variable
H A DScalarEvolutionExpressions.h32 class ConstantInt; variable
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h29 class ConstantInt; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h27 class ConstantInt; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h53 class ConstantInt; variable
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h48 class ConstantInt; variable
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DBitTracker.h27 class ConstantInt; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.h25 class ConstantInt; variable
H A DCodeGenModule.h43 class ConstantInt; variable
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml315 | ConstantInt Constructor
H A Dllvm.mli350 | ConstantInt Constructor
H A Dllvm_ocaml.c645 ConstantInt, enumerator
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h31 class ConstantInt; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5848 const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values, in SwitchLookupTable()
6158 const SmallVectorImpl<std::pair<ConstantInt *, Constant *>> &Values) { in reuseTableCompare()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp822 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt() function in ConstantInt