Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h121 … llvm::Value *CreateIsInstanceInnerBlock(Inst *inst, llvm::Value *klassObj, llvm::Value *klassId);
Dllvm_ir_constructor.cpp1306 llvm::Value *LLVMIrConstructor::CreateIsInstanceInnerBlock(Inst *inst, llvm::Value *klassObj, llvm:… in CreateIsInstanceInnerBlock() function in ark::compiler::LLVMIrConstructor
4595 innerResult = ctor->CreateIsInstanceInnerBlock(inst, klassObj, klassId); in VisitIsInstance()