Searched refs:RegisterType (Results 1 – 1 of 1) sorted by relevance
7243 assert((RegisterType->isIntegerTy(32) || RegisterType->isIntegerTy(64)) in EmitSpecialRegisterBuiltin()7259 llvm::Type *Types[] = { RegisterType }; in EmitSpecialRegisterBuiltin()7288 ArgValue = Builder.CreateZExt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()7294 ArgValue = Builder.CreatePtrToInt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()7662 llvm::Type *RegisterType; in EmitARMBuiltinExpr() local7665 RegisterType = Int32Ty; in EmitARMBuiltinExpr()7667 ValueType = RegisterType = Int64Ty; in EmitARMBuiltinExpr()7669 ValueType = RegisterType = Int32Ty; in EmitARMBuiltinExpr()9677 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local9709 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local[all …]