Home
last modified time | relevance | path

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

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