Searched refs:GetFunctionTypeForCall (Results 1 – 2 of 2) sorted by relevance
82 llvm::FunctionType *GetFunctionTypeForCall(T *inst);
2464 llvm::FunctionType *LLVMIrConstructor::GetFunctionTypeForCall(T *inst) in GetFunctionTypeForCall() function in ark::compiler::LLVMIrConstructor2529 auto functionProto = GetFunctionTypeForCall(call); in GetOrCreateFunctionForCall()4247 llvm::FunctionType *fType = ctor->GetFunctionTypeForCall(call); in VisitCallResolvedStatic()4280 auto functionProto = ctor->GetFunctionTypeForCall(inst); in CreateDeclForVirtualCall()4342 llvm::FunctionType *fType = ctor->GetFunctionTypeForCall(call); in VisitCallResolvedVirtual()