Searched refs:RegisterType (Results 1 – 1 of 1) sorted by relevance
5711 assert((RegisterType->isIntegerTy(32) || RegisterType->isIntegerTy(64)) in EmitSpecialRegisterBuiltin()5727 llvm::Type *Types[] = { RegisterType }; in EmitSpecialRegisterBuiltin()5752 ArgValue = Builder.CreateZExt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()5758 ArgValue = Builder.CreatePtrToInt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()6147 llvm::Type *RegisterType; in EmitARMBuiltinExpr() local6150 RegisterType = Int32Ty; in EmitARMBuiltinExpr()6152 ValueType = RegisterType = Int64Ty; in EmitARMBuiltinExpr()6154 ValueType = RegisterType = Int32Ty; in EmitARMBuiltinExpr()7023 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local7054 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local[all …]