Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp699 ir::IfStatement *CreateIf(checker::ETSChecker *checker, const ir::TSEnumDeclaration *const enumDecl, in CreateIf() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Ddynamic_isa_impl.h1771 inline Instruction DynamicIsa::CreateIf(Instruction acc, enum AbckitIsaApiDynamicConditionCode cc) … in CreateIf() function
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2536 void LLVMIrConstructor::CreateIf(Inst *inst, llvm::Value *cond, bool likely, bool unlikely) in CreateIf() function in ark::compiler::LLVMIrConstructor