Home
last modified time | relevance | path

Searched defs:getConstantInt (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp732 IntegerAttr spirv::Deserializer::getConstantInt(uint32_t id) { getConstantInt() function in spirv::Deserializer
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp432 ConstantInt *getConstantInt(const ValueLatticeElement &IV, Type *Ty) const { getConstantInt() function in llvm::SCCPInstVisitor