Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h284 ConstantInt *getConstantInt() const { in getConstantInt() function
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h73 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h95 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h90 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dstruct_packing_pass.cpp317 uint32_t StructPackingPass::getConstantInt(spv::Id id) const { in getConstantInt() function in spvtools::opt::StructPackingPass
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp672 Constant *GlobalContext::getConstantInt(Type Ty, int64_t Value) { in getConstantInt() function in Ice::GlobalContext
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp137 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon27aabfd40111::LatticeVal
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp159 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon2b65abf60111::LatticeVal
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp361 ConstantInt *getConstantInt(const ValueLatticeElement &IV) const { in getConstantInt() function in llvm::SCCPInstVisitor