Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl411 auto charIndex = builder_.CreatePHI(builder_.getInt32Ty(), 2U); local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp3273 void ETSGen::LoadStringChar(const ir::AstNode *node, const VReg stringObj, const VReg charIndex) in LoadStringChar()