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.cpp835 ir::IfStatement *CreateIf(public_lib::Context *ctx, ir::MemberExpression *propertyAccessExpr, 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.cpp2519 void LLVMIrConstructor::CreateIf(Inst *inst, llvm::Value *cond, bool likely, bool unlikely) in CreateIf() function in ark::compiler::LLVMIrConstructor