Searched defs:fnTy (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_ir_builder.cpp | 405 auto fnTy = LLVMFunctionType(GetRawPtrT(), paramTys1, 1, 0); in CallingFp() local 422 auto fnTy = LLVMFunctionType(GetInt64T(), paramTys1, 1, 0); in ReadRegister() local 1742 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitAddWithOverflow() local 1769 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitSubWithOverflow() local 1796 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitMulWithOverflow() local 1833 auto fnTy = LLVMFunctionType(GetDoubleT(), paramTys1, 1, 0); in VisitSqrt() local 2183 auto fnTy = LLVMFunctionType(GetTaggedHPtrT(), nullptr, 0, 1); in GetExperimentalDeoptTy() local 2233 auto fnTy = GetExperimentalDeoptTy(); in GetExperimentalDeopt() local
|