Searched refs:getConstantInt (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprAggregate.cpp | 162 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 D | CIRGenBuilder.h | 252 return getConstantInt(loc, getSInt32Ty(), c); in getSInt32()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocEntry.h | 90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
|
| H A D | DwarfCompileUnit.cpp | 843 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 D | SCCPSolver.cpp | 498 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 D | SimplifyCFG.cpp | 506 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 D | CIRBaseBuilder.h | 73 cir::ConstantOp getConstantInt(mlir::Location loc, mlir::Type ty, in getConstantInt() function
|