Home
last modified time | relevance | path

Searched refs:CreateFloatConst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h345 Const &CreateFloatConst(float val);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h167 ConstvalNode *CreateFloatConst(float val);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp426 Const &LMIRBuilder::CreateFloatConst(float val) in CreateFloatConst() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp550 ConstvalNode *MIRBuilder::CreateFloatConst(float val) in CreateFloatConst() function in maple::MIRBuilder