Searched defs:getConstantInt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DebugLocEntry.h | 90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function |
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ | ||
H A D | Deserializer.cpp | 732 IntegerAttr spirv::Deserializer::getConstantInt(uint32_t id) { getConstantInt() function in spirv::Deserializer |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SCCPSolver.cpp | 432 ConstantInt *getConstantInt(const ValueLatticeElement &IV, Type *Ty) const { getConstantInt() function in llvm::SCCPInstVisitor |