Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp139 ConstantInst *ConstFoldingCreateIntConst(Inst *inst, uint64_t value, bool isLiteralData) in ConstFoldingCreateIntConst()
149 ConstantInst *ConstFoldingCreateConst(Inst *inst, ConstantInst *cnst, bool isLiteralData = false) in ConstFoldingCreateConst()
181 …*ConstFoldingCastIntConst(Graph *graph, Inst *inst, ConstantInst *cnst, bool isLiteralData = false) in ConstFoldingCastIntConst()
202 ConstantInst *ConstFoldingCastConst(Inst *inst, Inst *input, bool isLiteralData) in ConstFoldingCastConst()