Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp162 one = builder.getConstantInt(loc, cgf.PtrDiffTy, i); in emitArrayInit()
184 one = builder.getConstantInt(loc, cgf.PtrDiffTy, 1); in emitArrayInit()
210 one = builder.getConstantInt(loc, cgf.PtrDiffTy, 1); in emitArrayInit()
H A DCIRGenBuilder.h252 return getConstantInt(loc, getSInt32Ty(), c); in getSInt32()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
H A DDwarfCompileUnit.cpp843 addConstantValue(VariableDie, Entry->getConstantInt(), DV.getType()); in applyConcreteDbgVariableAttributes()
887 APInt RawBytes = Entry.getConstantInt()->getValue(); in applyConcreteDbgVariableAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp498 ConstantInt *getConstantInt(const ValueLatticeElement &IV, Type *Ty) const { in getConstantInt() function in llvm::SCCPInstVisitor
1174 ConstantInt *CI = getConstantInt(BCValue, BI->getCondition()->getType()); in getFeasibleSuccessors()
1202 getConstantInt(SCValue, SI->getCondition()->getType())) { in getFeasibleSuccessors()
1517 getConstantInt(CondValue, I.getCondition()->getType())) { in visitSelectInst()
H A DSimplifyCFG.cpp506 static ConstantInt *getConstantInt(Value *V, const DataLayout &DL) { in getConstantInt() function
593 (C = getConstantInt(I->getOperand(1), DL)))) { in matchInstruction()
810 if (ICI->isEquality() && getConstantInt(ICI->getOperand(1), DL)) in isValueEqualityComparison()
841 getConstantInt(ICI->getOperand(1), DL), Succ)); in getValueEqualityComparisonCases()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h73 cir::ConstantOp getConstantInt(mlir::Location loc, mlir::Type ty, in getConstantInt() function