Home
last modified time | relevance | path

Searched refs:CreateIsInstanceEntrypointCall (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h116 llvm::Value *CreateIsInstanceEntrypointCall(Inst *inst);
Dllvm_ir_constructor.cpp1193 llvm::Value *LLVMIrConstructor::CreateIsInstanceEntrypointCall(Inst *inst) in CreateIsInstanceEntrypointCall() function in ark::compiler::LLVMIrConstructor
1265 auto slowPathResult = CreateIsInstanceEntrypointCall(inst); in CreateIsInstanceArray()
1319 return CreateIsInstanceEntrypointCall(inst); in CreateIsInstanceInnerBlock()
4570 result = ctor->CreateIsInstanceEntrypointCall(inst); in VisitIsInstance()