Home
last modified time | relevance | path

Searched refs:getConstantInt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp421 auto argAttr = getConstantInt(operand); in processOp()
490 auto argAttr = getConstantInt(operand); in processOp()
H A DDeserializer.h198 IntegerAttr getConstantInt(uint32_t id);
H A DDeserializer.cpp618 IntegerAttr spirv::Deserializer::getConstantInt(uint32_t id) { in getConstantInt() function in spirv::Deserializer
875 auto scope = spirv::symbolizeScope(getConstantInt(operands[2]).getInt()); in processCooperativeMatrixType()
882 unsigned rows = getConstantInt(operands[3]).getInt(); in processCooperativeMatrixType()
883 unsigned columns = getConstantInt(operands[4]).getInt(); in processCooperativeMatrixType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h87 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
H A DDwarfCompileUnit.cpp768 addConstantValue(*VariableDie, Entry->getConstantInt(), DV.getType()); in constructVariableDIEImpl()
812 APInt RawBytes = Entry.getConstantInt()->getValue(); in constructVariableDIEImpl()
/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
607 ConstantInt *CI = getConstantInt(BCValue); in getFeasibleSuccessors()
633 if (ConstantInt *CI = getConstantInt(SCValue)) { in getFeasibleSuccessors()
928 if (ConstantInt *CondCB = getConstantInt(CondValue)) { in visitSelectInst()