Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp426 ConstantInt *getConstantInt(const ValueLatticeElement &IV, Type *Ty) const { in getConstantInt() function in llvm::SCCPInstVisitor