Searched refs:RegisterType (Results 1 – 1 of 1) sorted by relevance
7358 assert((RegisterType->isIntegerTy(32) || RegisterType->isIntegerTy(64)) in EmitSpecialRegisterBuiltin()7374 llvm::Type *Types[] = { RegisterType }; in EmitSpecialRegisterBuiltin()7403 ArgValue = Builder.CreateZExt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()7409 ArgValue = Builder.CreatePtrToInt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()7784 llvm::Type *RegisterType; in EmitARMBuiltinExpr() local7787 RegisterType = Int32Ty; in EmitARMBuiltinExpr()7789 ValueType = RegisterType = Int64Ty; in EmitARMBuiltinExpr()7791 ValueType = RegisterType = Int32Ty; in EmitARMBuiltinExpr()9896 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local9928 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local[all …]