Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h284 ConstantInt *getConstantInt() const { in getConstantInt() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h73 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h95 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp672 Constant *GlobalContext::getConstantInt(Type Ty, int64_t Value) { in getConstantInt() function in Ice::GlobalContext
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp137 ConstantInt *getConstantInt() const { in getConstantInt() function in __anoncf765e320111::LatticeVal
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp159 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon426251d40111::LatticeVal
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp361 ConstantInt *getConstantInt(const ValueLatticeElement &IV) const { in getConstantInt() function in llvm::SCCPInstVisitor