Searched refs:CreateIsInstanceEntrypointCall (Results 1 – 2 of 2) sorted by relevance
116 llvm::Value *CreateIsInstanceEntrypointCall(Inst *inst);
1193 llvm::Value *LLVMIrConstructor::CreateIsInstanceEntrypointCall(Inst *inst) in CreateIsInstanceEntrypointCall() function in ark::compiler::LLVMIrConstructor1265 auto slowPathResult = CreateIsInstanceEntrypointCall(inst); in CreateIsInstanceArray()1319 return CreateIsInstanceEntrypointCall(inst); in CreateIsInstanceInnerBlock()4570 result = ctor->CreateIsInstanceEntrypointCall(inst); in VisitIsInstance()