Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLIntLiteral.h54 int64_t getConstantInt() const override { in getConstantInt() function
DSkSLExpression.h77 virtual int64_t getConstantInt() const { in getConstantInt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h284 ConstantInt *getConstantInt() const { in getConstantInt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h95 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp672 Constant *GlobalContext::getConstantInt(Type Ty, int64_t Value) { in getConstantInt() function in Ice::GlobalContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp159 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon4cc15ec80111::LatticeVal
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1014 void IRGenerator::getConstantInt(const Expression& value, int64_t* out) { in getConstantInt() function in SkSL::IRGenerator